We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666ca34 commit db2b5f1Copy full SHA for db2b5f1
CONTRIBUTING.md
@@ -57,10 +57,10 @@ You need to call isort before committing changes.
57
### Code style
58
59
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/):
+Quality of code is checked with [Ruff](https://pypi.org/project/ruff/):
61
62
```sh
63
-flake8
+ruff check .
64
```
65
66
Style is enforced using [Black](https://github.com/ambv/black):
0 commit comments