From 76cc0d2d743c99a5b954ca10dd30a6381877b758 Mon Sep 17 00:00:00 2001 From: Drikus Roor Date: Wed, 12 Apr 2023 09:03:57 +0200 Subject: [PATCH] docs: Document flake8 linter --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8862ade7c2..fe49b247bf 100644 --- a/README.md +++ b/README.md @@ -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/ +``` \ No newline at end of file