Merge "Remove H904 rule from ignore list"

This commit is contained in:
Jenkins 2015-09-18 17:26:05 +00:00 committed by Gerrit Code Review
commit f0a26f3abf

View File

@ -41,9 +41,8 @@ commands = oslo-config-generator --config-file etc/oslo-config-generator/murano.
[flake8]
# H233 Python 3.x incompatible use of print operator
# 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
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools