Codebase list cinder-tempest-plugin / 26807d1
Merge "Ignore H101 rule" Zuul authored 5 years ago Gerrit Code Review committed 5 years ago
1 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2525 # E123, E125 skipped as they are invalid PEP-8.
2626 # W503 line break before binary operator
2727 # W504 line break after binary operator
28 # H101 include name with TODO
29 # reason: no real benefit
2830 show-source = True
29 ignore = E123,E125,W503,W504
31 ignore = E123,E125,W503,W504,H101
3032 builtins = _
3133 exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build