summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2013-08-01 17:17:19 -0500
committerMorgan Fainberg <m@metacloud.com>2013-08-12 17:19:51 -0700
commitd27e5c01969a4ca60b4b623d83d8d4c58714e5e2 (patch)
tree01a3cfb39621cf082540c96733a967000942c827 /tox.ini
parent8429623b2750db27bbbe8185bcf10cdd12a6b054 (diff)
downloadpython-keystoneclient-d27e5c01969a4ca60b4b623d83d8d4c58714e5e2.tar.gz
flake8: enable H201, H202, H802
Change-Id: I845720fd642c14fc021bd59809327eee97d43156
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 1 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 1fdbf18..a79e8fe 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,12 +31,9 @@ downloadcache = ~/cache/pip
# F821: undefined name
# F841: local variable is assigned to but never used
# H102: missing copyright header
-# H201: no 'except:' at least use 'except Exception:'
-# H202: assertRaises Exception too broad
# H302: import only modules
# H304: no relative imports
# H404: multi line docstring should start with a summary
-# H802: git commit title
-ignore = F811,F821,F841,H102,H201,H202,H302,H304,H404,H802
+ignore = F811,F821,F841,H102,H302,H304,H404
show-source = True
exclude = .venv,.tox,dist,doc,*egg,build