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:
parent
259a2057ef
commit
b4949a0b54
1
tox.ini
1
tox.ini
@ -101,6 +101,7 @@ commands = {posargs}
|
|||||||
# TODO(vdrok): Remove I202 from ignore list when we split out
|
# TODO(vdrok): Remove I202 from ignore list when we split out
|
||||||
# the tempest plugin
|
# the tempest plugin
|
||||||
ignore = E129,I202
|
ignore = E129,I202
|
||||||
|
filename = *.py,app.wsgi
|
||||||
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build
|
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build
|
||||||
import-order-style = pep8
|
import-order-style = pep8
|
||||||
application-import-names = ironic
|
application-import-names = ironic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user