summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorSergey Lukjanov <slukjanov@mirantis.com>2013-05-29 15:11:14 +0400
committerSergey Lukjanov <slukjanov@mirantis.com>2013-05-29 15:11:14 +0400
commit7dd2492f6b23c6a5ab2489c53e0d07285deb50f9 (patch)
treef81aeff2714427844f0aecfb1307e5e0f1b9044f /tox.ini
parentf6556a2032951954f5e3960041ed5e18c5f03679 (diff)
downloadoslo-7dd2492f6b23c6a5ab2489c53e0d07285deb50f9.tar.gz
oslo-7dd2492f6b23c6a5ab2489c53e0d07285deb50f9.tar.xz
oslo-7dd2492f6b23c6a5ab2489c53e0d07285deb50f9.zip
Enable hacking H201 test
H201 no 'except:' at least use 'except Exception:' Change-Id: Ibfab55ace63636d3507fbdad46d1436b8ec83475
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3a33326..641db2e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,7 @@ commands =
[flake8]
show-source = True
-ignore = H201,H202,H302,H304,H306,H401,H402,H403,H404
+ignore = H202,H302,H304,H306,H401,H402,H403,H404
exclude = .venv,.tox,dist,doc,*.egg,.update-venv
[testenv:pep8]