summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-02-02 22:50:10 +0000
committerGerrit Code Review <review@openstack.org>2015-02-02 22:50:10 +0000
commitcef7775cda6d4113171ff713ee36b93731b89242 (patch)
tree3aac2a36557d0c443a3dad6f3fbb9313ffb907ca
parentddbd92518c84d51a62c685c5d6ad8ac7e7e481b9 (diff)
parenteafafe8315e73d5748972ba80cf5c6c74acc2e47 (diff)
downloadpython-keystoneclient-cef7775cda6d4113171ff713ee36b93731b89242.tar.gz
Merge "Enable hacking rule E122 and H304"
-rw-r--r--tox.ini4
1 files changed, 1 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index a050f6e..9b80c96 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,10 +31,8 @@ downloadcache = ~/cache/pip
commands = oslo_debug_helper -t keystoneclient/tests {posargs}
[flake8]
-# H304: no relative imports
# H405: multi line docstring summary not separated with an empty line
-# E122: continuation line missing indentation or outdented
-ignore = H304,H405,E122
+ignore = H405
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build,*openstack/common*