Fixed E127 and E131 hacking.

E127 continuation line over-indented for visual indent
E131 continuation line unaligned for hanging indent

Change-Id: I19ceb58d8545fb1b585e04b40418271f6ff56a5e
This commit is contained in:
Ondřej Nový 2016-02-14 14:26:35 +01:00
parent 556aa15697
commit f195a5f6ec
4 changed files with 55 additions and 57 deletions

View File

@ -40,12 +40,10 @@ commands = python setup.py build_sphinx
# E123 skipped as they are invalid PEP-8.
# will be removed later
# H405 multi line docstring summary not separated with an empty line
# E127 continuation line over-indented for visual indent
# E128 continuation line under-indented for visual indent
# E131 continuation line unaligned for hanging indent
# E121 continuation line under-indented for hanging indent
show-source = True
ignore = E123,H405,E127,E128,E131,E121
ignore = E123,H405,E128,E121
builtins = _
exclude=.venv,.git,.tox,dist,doc,*egg,build