commit | 26807d154a4ec01ec496cef418aee3856ae374f4 | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.opendev.org> | Sun Jan 31 14:26:30 2021 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Sun Jan 31 14:26:30 2021 +0000 |
tree | ba6041c969ea25cf72cc45e86b751954ae6eaac6 | |
parent | 537f9bd7a6a6cf471e24e898d35dcd0bee270532 [diff] | |
parent | df4f94711e46da39b5f5d448173ccecdf50ea96d [diff] |
Merge "Ignore H101 rule"
diff --git a/tox.ini b/tox.ini index be122b4..473a6c6 100644 --- a/tox.ini +++ b/tox.ini
@@ -26,7 +26,9 @@ # E123, E125 skipped as they are invalid PEP-8. # W503 line break before binary operator # W504 line break after binary operator +# H101 include name with TODO +# reason: no real benefit show-source = True -ignore = E123,E125,W503,W504 +ignore = E123,E125,W503,W504,H101 builtins = _ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build