Merge "tox: Ignore .venv files for flake8"

This commit is contained in:
Zuul 2022-10-10 17:01:29 +00:00 committed by Gerrit Code Review
commit 58ff270a9c
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
[flake8]
show-source = True
exclude = .git,.tox,dist,doc,*lib/python*,*egg,build,tools
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools
# If 'ignore' is not set there are default errors and warnings that are set
# Doc: http://flake8.readthedocs.org/en/latest/config.html#default
ignore = W504