Merge "Remove H904 from hacking ignore list"
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -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
|
||||||
|
Reference in New Issue
Block a user