Merge "Add app.wsgi to target of pep8"

This commit is contained in:
Zuul 2018-01-19 09:33:27 +00:00 committed by Gerrit Code Review
commit 94a43c8ea8
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,6 @@
# License for the specific language governing permissions and limitations
# under the License.
import os
import sys
from magnum.api import app as api_app

View File

@ -149,6 +149,7 @@ commands =
# H106 Dont put vim configuration in source files
# H203 Use assertIs(Not)None to check for None
# H904 Delay string interpolations at logging calls
filename = *.py,app.wsgi
enable-extensions = H106,H203,H904
exclude = .venv,.git,.tox,dist,*lib/python*,*egg,build,tools,releasenotes