Merge "Add app.wsgi to target of pep8"

This commit is contained in:
Zuul
2017-11-20 08:35:00 +00:00
committed by Gerrit Code Review
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()