Ignore venv folder for flake8 and vermin tests

pull/298/head
Daniel Schwarz 2023-01-18 21:07:27 -05:00 zatwierdzone przez Ivan Habunek
rodzic 91c1b792be
commit 0a6543d355
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: F5F0623FF5EBCB3D
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
[flake8]
exclude=build,tests,tmp,toot/tui/scroll.py
exclude=build,tests,tmp,venv,toot/tui/scroll.py
ignore=E128
max-line-length=120

Wyświetl plik

@ -10,7 +10,7 @@ publish :
test:
pytest -v
flake8
vermin --target=3.6 --no-tips --violations .
vermin --target=3.6 --no-tips --violations --exclude-regex venv/.* .
coverage:
coverage erase