Add flake8 and vermin to tests make command

This commit is contained in:
Ivan Habunek 2023-01-01 12:15:51 +01:00
parent 1e18f1f6d9
commit 4c1f3b65fd
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
[flake8]
exclude=build,tests
exclude=build,tests,tmp
ignore=E128
max-line-length=120

View File

@ -9,6 +9,8 @@ publish :
test:
pytest -v
flake8
vermin --target=3.6 --no-tips --violations .
coverage:
coverage erase