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

pull/1014/head
Drikus Roor 2023-04-12 22:42:15 +02:00 committed by Drikus Roor
parent c8b8673286
commit 947d27a9ed
1 changed files with 3 additions and 1 deletions

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/