Remove H904 rule from ignore list
H904 rule is removed since hacking 0.10.0 [1] [1] http://git.openstack.org/cgit/openstack-dev/hacking/tag/?id=0.10.0 Change-Id: If6722368a2a5ccc6ec7ab7562210854ee0b2b18c
This commit is contained in:
parent
189daddd48
commit
82f810c0ca
3
tox.ini
3
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user