docs: Document flake8 linter

This commit is contained in:
Drikus Roor
2023-04-12 09:03:57 +02:00
committed by Drikus Roor
parent 87d465a8f1
commit 76cc0d2d74

View File

@@ -323,3 +323,11 @@ To run tests and see coverage, run the following command:
```
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:
```
flake8 scripts/ tests/
```