Skip to content

Commit 0fafa5b

Browse files
committed
Update contributing
1 parent 4bad446 commit 0fafa5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ isort .
4848
### Code style
4949

5050
The code follows the [PEP8](https://www.python.org/dev/peps/pep-0008/) style guide (88 characters per line).
51-
Quality of code is checked with [Flake8](https://pypi.org/project/flake8/):
51+
Code style is checked with [ruff](https://pypi.org/project/ruff/):
5252

5353
```sh
54-
flake8
54+
ruff check .
5555
```
5656

5757
Style is enforced using [Black](https://github.com/ambv/black):

0 commit comments

Comments
 (0)