Apply pep8 check to app.wsgi

Because app.wsgi should meet pep8 standards,
this patch apply pep8 check to app.wsgi.

Change-Id: Ia0fda2d84200eecc513c59ade8bafca391ca01b2
This commit is contained in:
Vu Cong Tuan 2017-11-28 15:25:04 +07:00
parent 259a2057ef
commit b4949a0b54
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ commands = {posargs}
# TODO(vdrok): Remove I202 from ignore list when we split out
# the tempest plugin
ignore = E129,I202
filename = *.py,app.wsgi
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build
import-order-style = pep8
application-import-names = ironic