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: I608e9e491dc13ded595c68108d8b8854c8ab0585
This commit is contained in:
deepakmourya 2017-11-21 08:59:26 +05:30
parent e5e90e8813
commit 9585fe174e
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ commands = python setup.py build_sphinx
commands = {posargs}
[flake8]
filename = *.py,app.wsgi
exclude = .git,.venv,.tox,dist,doc,*egg,build,.ropeproject,releasenotes
ignore = H105