summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnn Kamyshnikova <akamyshnikova@mirantis.com>2013-06-25 17:25:47 +0400
committerAnn Kamyshnikova <akamyshnikova@mirantis.com>2013-06-25 17:30:32 +0400
commite3818a7290e2dbd0d25ef4c24ec1484c3cac535d (patch)
tree80019771cfaac337097d1617bfd029678ce508dc
parent1667648b7e812db026933b0075e14f2ab1f1c70b (diff)
downloadoslo-e3818a7290e2dbd0d25ef4c24ec1484c3cac535d.tar.gz
oslo-e3818a7290e2dbd0d25ef4c24ec1484c3cac535d.tar.xz
oslo-e3818a7290e2dbd0d25ef4c24ec1484c3cac535d.zip
Enable H202 hacking check
There is no point to ignore this check because everything works correctly without it. Change-Id: I38b6f2314208b3bfb5898b2a08d7fe7c0f640e57
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 88ee6d1..049e342 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,7 @@ commands =
[flake8]
show-source = True
-ignore = H202,H302,H304
+ignore = H302,H304
exclude = .venv,.tox,dist,doc,*.egg,.update-venv
[testenv:pep8]