diff options
author | Jaume Devesa <devvesa@gmail.com> | 2014-10-06 12:25:48 +0200 |
---|---|---|
committer | Jaume Devesa <devvesa@gmail.com> | 2014-10-17 13:01:59 +0200 |
commit | 64b2d8a01b74fb9c0e45e452a694d9b67e7088df (patch) | |
tree | a6bfeec5b3b48032a0d64333aa987ab6f889a980 /tox.ini | |
parent | eae3211e8d7fd5036d797872fc584b2b83a14d95 (diff) | |
download | python-neutronclient-64b2d8a01b74fb9c0e45e452a694d9b67e7088df.tar.gz |
Fix E129 hacking check
Remove E129 from the ignored checks and fix them
Change-Id: Ibd3a98ceb173e9a1fa106ac6c4ecdebb1a9a1e4f
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |