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:
1
tox.ini
1
tox.ini
@@ -62,6 +62,7 @@ commands =
|
|||||||
bash tools/pretty_tox.sh '{posargs}'
|
bash tools/pretty_tox.sh '{posargs}'
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
|
filename = *.py,app.wsgi
|
||||||
show-source = True
|
show-source = True
|
||||||
# [H904] Delay string interpolations at logging calls.
|
# [H904] Delay string interpolations at logging calls.
|
||||||
enable-extensions = H203,H106,H904
|
enable-extensions = H203,H106,H904
|
||||||
|
|||||||
Reference in New Issue
Block a user