Merge "Enable some off-by-default checks"

This commit is contained in:
Jenkins 2017-07-05 12:52:59 +00:00 committed by Gerrit Code Review
commit e432fac63b
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ commands = bandit -r oslo_messaging -x tests -n5
[flake8]
show-source = True
enable-extensions = H203,H106
ignore = H405
exclude = .tox,dist,doc,*.egg,build,__init__.py