update tox ignore list to skip H904
The check for H904 is default off and it should be remain off to be consistant with other starlingx components. Closes-Bug: 2039717 Change-Id: I69c88440d4dd5e4839c2bebb01ea5219a1a13ba0 Signed-off-by: Bin Qian <bin.qian@windriver.com>
This commit is contained in:
@@ -58,8 +58,7 @@ commands =
|
|||||||
[flake8]
|
[flake8]
|
||||||
# H106: Don't put vim configuration in source files (off by default).
|
# H106: Don't put vim configuration in source files (off by default).
|
||||||
# H203: Use assertIs(Not)None to check for None (off by default).
|
# H203: Use assertIs(Not)None to check for None (off by default).
|
||||||
# H904 Delay string interpolations at logging calls (off by default)
|
enable-extensions = H106,H203
|
||||||
enable-extensions = H106 H203,H904
|
|
||||||
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,release-tag-*
|
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,release-tag-*
|
||||||
max-line-length = 80
|
max-line-length = 80
|
||||||
show-source = True
|
show-source = True
|
||||||
|
Reference in New Issue
Block a user