Merge "Ignore hacking rule H101"

This commit is contained in:
Zuul 2019-08-23 18:09:22 +00:00 committed by Gerrit Code Review
commit 5540f1429a

View File

@ -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