Merge "Remove H904 from hacking ignore list"

This commit is contained in:
Jenkins 2016-04-12 09:41:39 +00:00 committed by Gerrit Code Review
commit 57dc014141
1 changed files with 1 additions and 2 deletions

View File

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