Merge "Add app.wsgi to target of pep8"

This commit is contained in:
Zuul 2017-11-21 10:32:38 +00:00 committed by Gerrit Code Review
commit 96cf294cb4

View File

@ -64,6 +64,7 @@ commands =
bash tools/pretty_tox.sh '{posargs}'
[flake8]
filename = *.py,app.wsgi
show-source = True
# [H904] Delay string interpolations at logging calls.
enable-extensions = H203,H106,H904