Merge "Add app.wsgi to target of pep8"

This commit is contained in:
Zuul 2017-12-08 17:34:30 +00:00 committed by Gerrit Code Review
commit be1f54128d
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ commands = python setup.py build_sphinx
commands = {posargs}
[flake8]
filename = *.py,app.wsgi
exclude = .git,.venv,.tox,dist,doc,*egg,build,.ropeproject,releasenotes
ignore = H105