Merge "Ignore hacking rule H101"
This commit is contained in:
commit
5540f1429a
4
tox.ini
4
tox.ini
@ -185,7 +185,9 @@ usedevelop = False
|
||||
# reason: no agreement on this being universally
|
||||
# preferable for our code. Disabled to keep checking
|
||||
# tools from getting in our way with regards to this.
|
||||
ignore = E251,E402,W503,W504
|
||||
# H101 include name with TODO
|
||||
# reason: no real benefit
|
||||
ignore = E251,E402,W503,W504,H101
|
||||
# H904 Delay string interpolations at logging calls.
|
||||
enable-extensions = H106,H203,H904
|
||||
exclude = .git,.venv,.tox,dist,tools,doc/ext,*egg,build
|
||||
|
Loading…
Reference in New Issue
Block a user