Skip to content

Commit

Permalink
Ignore venv folder for flake8 and vermin tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danschwarz authored and ihabunek committed Jan 19, 2023
1 parent 91c1b79 commit 0a6543d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a6543d

Please sign in to comment.