From 60cafbdd9655c6ee2a6ec1cc725e1cc9e5c3a37b Mon Sep 17 00:00:00 2001 From: Ann Kamyshnikova Date: Tue, 25 Jun 2013 14:09:54 +0400 Subject: Enable H304 hacking check The error was: 'import install_venv_common as install_venv' is a relative import To fix it __init__.py was created and import string was fixed. Requirements for hacking changed to >=0.5.6 Change-Id: I71aa7c7cb268c26aa00828306138a84b30289cb9 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index bd9e5d7..ad939f1 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ commands = [flake8] show-source = True -ignore = H302,H304 +ignore = H302 exclude = .venv,.tox,dist,doc,*.egg,.update-venv [testenv:pep8] -- cgit