Merge "Clean up removed hacking rule from [flake8] ignore lists"

This commit is contained in:
Jenkins
2016-01-15 14:56:59 +00:00
committed by Gerrit Code Review
10 changed files with 13 additions and 13 deletions

View File

@@ -68,10 +68,10 @@ commands = python tools/lintstack.py check
[flake8]
# Following checks are ignored on purpose:
#
# H904 wrap long lines in parentheses instead of a backslash
# reason: removed in hacking (https://review.openstack.org/#/c/101701/)
ignore = H904
# H105 using author tags
# H238 hacking no old style class
# H501 hacking no locals
ignore = H105,H238,H501
builtins = _
exclude = .venv,.tox,dist,doc,*egg