Add app.wsgi to target of pep8

The app.wsgi file should be adjusted to meet pep8
standards and apply pep8 check to app.wsgi automatically.

Change-Id: Ia9502b2b4ccf212521678d768a761d1257fd67e1
This commit is contained in:
deepakmourya 2017-11-20 06:16:11 +00:00
parent 9156535b00
commit 7bae7b55cc

View File

@ -62,6 +62,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