docs: Update README.md with the flake8 command used in the CI

This commit is contained in:
Drikus Roor
2023-04-12 22:42:15 +02:00
committed by Drikus Roor
parent c8b8673286
commit 947d27a9ed

View File

@@ -342,7 +342,9 @@ coverage run -m unittest discover tests
## Run linter
This project uses [flake8](https://flake8.pycqa.org/en/latest/) for linting. To run the linter, run the following command:
This project uses [flake8](https://flake8.pycqa.org/en/latest/) for linting. We currently use the following rules: `E303,W293,W291,W292,E305`. See the [flake8 rules](https://www.flake8rules.com/) for more information.
To run the linter, run the following command:
```
flake8 scripts/ tests/