Merge "Enable some off-by-default checks"

This commit is contained in:
Zuul 2017-09-29 18:17:50 +00:00 committed by Gerrit Code Review
commit 5a5a980cbf
1 changed files with 3 additions and 0 deletions

View File

@ -88,5 +88,8 @@ max-complexity = 30
# H405 Multiline docstring separated by empty line
# E402 module level import not at top of file FIXME remove this
ignore = H904,H405,E402
# H106 Dont put vim configuration in source files
# H203 Use assertIs(Not)None to check for None
enable-extensions=H106,H203
show-source = True
exclude=.venv,.git,.tox,dist,*egg,build