diff --git a/setup.cfg b/setup.cfg index e0312ce00..90c531bf6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,7 +26,7 @@ universal = 1 [flake8] max-line-length = 95 ignore = E116,E241,E251 -exclude = .git,.tox,tests/*,build/*,sphinx/search/*,sphinx/pycode/pgen2/*,doc/ext/example*.py +exclude = .git,.tox,.venv,tests/*,build/*,sphinx/search/*,sphinx/pycode/pgen2/*,doc/ext/example*.py [build_sphinx] warning-is-error = 1