Merge "Remove H904 rule from ignore list"
This commit is contained in:
commit
f0a26f3abf
3
tox.ini
3
tox.ini
@ -41,9 +41,8 @@ commands = oslo-config-generator --config-file etc/oslo-config-generator/murano.
|
|||||||
[flake8]
|
[flake8]
|
||||||
# H233 Python 3.x incompatible use of print operator
|
# H233 Python 3.x incompatible use of print operator
|
||||||
# H405 Multi line docstring summary not separated with an empty line
|
# H405 Multi line docstring summary not separated with an empty line
|
||||||
# H904 Wrap long lines in parentheses instead of a backslash
|
|
||||||
|
|
||||||
ignore = H233,H405,H904
|
ignore = H233,H405
|
||||||
show-source = true
|
show-source = true
|
||||||
builtins = _
|
builtins = _
|
||||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools
|
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools
|
||||||
|
Loading…
Reference in New Issue
Block a user