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:
Bin Qian 2023-10-16 21:40:37 +00:00
parent 36b39028b2
commit ceb479944a
1 changed files with 1 additions and 2 deletions

View File

@ -58,8 +58,7 @@ commands =
[flake8]
# H106: Don't put vim configuration in source files (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,H904
enable-extensions = H106,H203
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,release-tag-*
max-line-length = 80
show-source = True