Skip to content

Commit db2b5f1

Browse files
committed
Update contributing
1 parent 666ca34 commit db2b5f1

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
@@ -57,10 +57,10 @@ You need to call isort before committing changes.
5757
### Code style
5858

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

6262
```sh
63-
flake8
63+
ruff check .
6464
```
6565

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

0 commit comments

Comments
 (0)