Merge "update tox ignore list to skip H904"

This commit is contained in:
Zuul 2023-10-19 15:02:00 +00:00 committed by Gerrit Code Review
commit 7634ce917d
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