Merge "Enable flake8-logging-format extension"
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user