Fix E129 hacking check

Remove E129 from the ignored checks and fix them

Change-Id: Ibd3a98ceb173e9a1fa106ac6c4ecdebb1a9a1e4f
This commit is contained in:
Jaume Devesa 2014-10-06 12:25:48 +02:00
parent eae3211e8d
commit 64b2d8a01b
8 changed files with 12 additions and 13 deletions

View File

@ -37,10 +37,9 @@ downloadcache = ~/cache/pip
#
# TODO Fix the following rules from hacking 0.9.x
# E113 unexpected indentation
# E129 visually indented line with same indent as next logical line
# E265 block comment should start with '# '
# H405 multi line docstring summary not separated with an empty line
# H307 like imports should be grouped together
ignore = E113,E125,E129,E265,H302,H307,H405
ignore = E113,E125,E265,H302,H307,H405
show-source = true
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools