Add flake8 and vermin to tests make command

pull/282/head
Ivan Habunek 2023-01-01 12:15:51 +01:00
rodzic 1e18f1f6d9
commit 4c1f3b65fd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F5F0623FF5EBCB3D
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

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