Merge "Enable some off-by-default checks"

This commit is contained in:
Jenkins 2017-08-07 07:45:25 +00:00 committed by Gerrit Code Review
commit 8360967e37

View File

@ -46,5 +46,8 @@ commands = oslo_debug_helper -t moganclient/tests {posargs}
show-source = True
ignore = E123,E125
# H106: Dont put vim configuration in source files
# H203: Use assertIs(Not)None to check for None
enable-extensions=H106,H203
builtins = _
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build