Skip to content

Commit

Permalink
tox.ini: Exclude ./venv/ from flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork authored and jairhenrique committed May 5, 2023
1 parent 4994c53 commit 06913ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ commands =
isort --version
isort . --check --diff
flake8 --version
flake8 --exclude=./docs/conf.py,./.tox/
flake8 --exclude=./docs/conf.py,./.tox/,./venv/
pyflakes ./docs/conf.py
deps =
flake8
Expand Down

0 comments on commit 06913ce

Please sign in to comment.