Merge "Enable some off-by-default checks"

This commit is contained in:
Jenkins 2017-07-05 12:34:37 +00:00 committed by Gerrit Code Review
commit b783b44eba
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ commands = python setup.py test --coverage --coverage-package-name=oslo_i18n --t
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
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,__init__.py
[hacking]