1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

tox.ini: Exclude ./venv/ from flake8

This commit is contained in:
Sebastian Pipping
2023-05-04 20:50:48 +02:00
committed by Jair Henrique
parent 4994c53590
commit 06913ce21a

View File

@@ -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