Merge "Clean up removed hacking rule from [flake8] ignore lists"
This commit is contained in:
8
tox.ini
8
tox.ini
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user