summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-04-09 19:11:46 +0000
committerGerrit Code Review <review@openstack.org>2015-04-09 19:11:46 +0000
commitaa1215a5ad063b299d32ef319eb63d5210249a9b (patch)
tree10490d756cfaecd181229007a602382338e4c7df /tox.ini
parentb978f909014cbc398c21bfae917fcece89a36e38 (diff)
parentcdfcf3c153ee7860658cf70206c0da81da561bca (diff)
downloadpython-neutronclient-2.4.0.tar.gz
Merge "Fix one remaining E125 error and remove it from ignore list"2.4.0
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 2 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index b6c33c6..7f705d1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -37,10 +37,8 @@ commands=
downloadcache = ~/cache/pip
[flake8]
-# E125 continuation line does not distinguish itself from next logical line
-#
-# TODO Fix the following rules from hacking 0.9.x
# H405 multi line docstring summary not separated with an empty line
-ignore = E125,H405
+# (mutli line docstring is used in unit tests frequently)
+ignore = H405
show-source = true
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools