Remove H904 from hacking ignore list

Hacking H904 was removed in b1fe19ebebe47a36b905d709467f5e82521bbd96,
so don't need it anymore.

Change-Id: I148635b56c6d2327449f272277354abb8261a0d7
This commit is contained in:
ChangBo Guo(gcb) 2016-04-12 12:27:53 +08:00
parent 80d516c7d5
commit 4581fab6f8
1 changed files with 1 additions and 2 deletions

View File

@ -30,8 +30,7 @@ commands = python setup.py build_sphinx
[flake8]
# E123, E125 skipped as they are invalid PEP-8
# H904 Wrap long lines in parentheses instead of a backslash
ignore = E123,E125,H904
ignore = E123,E125
show-source = true
builtins = _
exclude=.venv*,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools,build