From e3818a7290e2dbd0d25ef4c24ec1484c3cac535d Mon Sep 17 00:00:00 2001 From: Ann Kamyshnikova Date: Tue, 25 Jun 2013 17:25:47 +0400 Subject: Enable H202 hacking check There is no point to ignore this check because everything works correctly without it. Change-Id: I38b6f2314208b3bfb5898b2a08d7fe7c0f640e57 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') 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] -- cgit