Merge pull request #4078 from stephenfin/better-flake8

setup.cfg: Ignore .venv
This commit is contained in:
Takeshi KOMIYA 2017-10-01 21:11:45 +09:00 committed by GitHub
commit cc4200a980

View File

@ -26,7 +26,7 @@ universal = 1
[flake8] [flake8]
max-line-length = 95 max-line-length = 95
ignore = E116,E241,E251 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] [build_sphinx]
warning-is-error = 1 warning-is-error = 1