Merge "Enable some off-by-default checks"
This commit is contained in:
commit
343742cecf
3
tox.ini
3
tox.ini
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user