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: I34ec9ce56a329ede76d3d69f6e973d66350d85d1
This commit is contained in:
chao liu 2017-11-18 01:36:09 -08:00
parent 4007f93aac
commit 94babf61da
2 changed files with 1 additions and 1 deletions

View File

@ -47,6 +47,7 @@ commands =
oslo-config-generator --config-file etc/watcher/oslo-config-generator/watcher.conf
[flake8]
filename = *.py,app.wsgi
show-source=True
ignore= H105,E123,E226,N320,H202
builtins= _

View File

@ -37,4 +37,3 @@ LOG.debug("Configuration:")
CONF.log_opt_values(LOG, log.DEBUG)
application = app.VersionSelectorApplication()