replace pylint with flake8 everywhere

This commit is contained in:
Sarah Hoffmann
2024-11-10 23:14:09 +01:00
parent 122ecd4626
commit d77aa7dfc9
5 changed files with 16 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ pytest:
pytest test/python
lint:
pylint src
flake8 src
bdd:
cd test/bdd; behave -DREMOVE_TEMPLATE=1