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
parent f4a481513d
commit 639df44865

View File

@@ -341,4 +341,7 @@ This project uses [flake8](https://flake8.pycqa.org/en/latest/) for linting. To
```
flake8 scripts/ tests/
# Or, if you want to run flake8 with the same configuration as the CI:
flake8 scripts/ tests/ --select E303,W293,W291,W292,E305
```