Ignore venv folder for flake8 and vermin tests

This commit is contained in:
Daniel Schwarz 2023-01-18 21:07:27 -05:00 committed by Ivan Habunek
parent 91c1b792be
commit 0a6543d355
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D
2 changed files with 2 additions and 2 deletions

View File

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

View File

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