Merge "Enable flake8-logging-format extension"

This commit is contained in:
Zuul
2020-01-20 13:44:09 +00:00
committed by Gerrit Code Review
11 changed files with 15 additions and 21 deletions

View File

@@ -188,7 +188,9 @@ usedevelop = False
# tools from getting in our way with regards to this.
# H101 include name with TODO
# reason: no real benefit
ignore = E251,E402,W503,W504,H101
# G200 Logging statements should not include the exception
# reason: Many existing cases of this that may be legitimate
ignore = E251,E402,W503,W504,H101,G200
# H904 Delay string interpolations at logging calls.
enable-extensions = H106,H203,H904
exclude = .git,.venv,.tox,dist,tools,doc/ext,*egg,build