From d27e5c01969a4ca60b4b623d83d8d4c58714e5e2 Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Thu, 1 Aug 2013 17:17:19 -0500 Subject: [PATCH] flake8: enable H201, H202, H802 Change-Id: I845720fd642c14fc021bd59809327eee97d43156 --- tox.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 1fdbf18e2..a79e8fecd 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