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

View File

@ -82,6 +82,9 @@ commands = pifpaf -g AODH_TEST_STORAGE_URL run postgresql -- oslo_debug_helper {
[flake8] [flake8]
ignore = ignore =
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,install-guide 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 show-source = True
[hacking] [hacking]