fix linting issues

This commit is contained in:
Sarah Hoffmann
2024-06-09 15:14:19 +02:00
parent 2bab0ca060
commit 63da70685a
7 changed files with 21 additions and 12 deletions

View File

@@ -18,13 +18,13 @@ build-api:
tests: mypy lint pytest
mypy:
python3 -m mypy --strict src
mypy --strict src
pytest:
python3 -m pytest test/python
pytest test/python
lint:
python3 -m pylint src
pylint src
bdd:
cd test/bdd; behave -DREMOVE_TEMPLATE=1