We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bad446 commit 0fafa5bCopy full SHA for 0fafa5b
CONTRIBUTING.md
@@ -48,10 +48,10 @@ isort .
48
### Code style
49
50
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/):
+Code style is checked with [ruff](https://pypi.org/project/ruff/):
52
53
```sh
54
-flake8
+ruff check .
55
```
56
57
Style is enforced using [Black](https://github.com/ambv/black):
0 commit comments