Merge "Enable more extensions pep8"
This commit is contained in:
commit
66b3734b4a
6
tox.ini
6
tox.ini
@ -64,9 +64,11 @@ commands = pifpaf -g AODH_TEST_STORAGE_URL run postgresql -- oslo_debug_helper {
|
||||
[flake8]
|
||||
ignore =
|
||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
|
||||
# [H106] Don't put vim configuration in source files.
|
||||
# [H106] Do not put vim configuration in source files.
|
||||
# [H203] Use assertIs(Not)None to check for None.
|
||||
enable-extensions=H106,H203
|
||||
# [H204] Use assert(Not)Equal to check for equality.
|
||||
# [H205] Use assert(Greater|Less)(Equal) for comparison.
|
||||
enable-extensions=H106,H203,H204,H205
|
||||
show-source = True
|
||||
|
||||
[hacking]
|
||||
|
Loading…
x
Reference in New Issue
Block a user