Merge "Enable some off-by-default checks"

This commit is contained in:
Jenkins 2017-07-06 13:02:45 +00:00 committed by Gerrit Code Review
commit 343742cecf
1 changed files with 3 additions and 0 deletions

View File

@ -82,6 +82,9 @@ commands = pifpaf -g AODH_TEST_STORAGE_URL run postgresql -- oslo_debug_helper {
[flake8]
ignore =
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,install-guide
# [H106] Don't put vim configuration in source files.
# [H203] Use assertIs(Not)None to check for None.
enable-extensions=H106,H203
show-source = True
[hacking]