From 3c05709b933b898a2be380d30a3648a99078f341 Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Tue, 14 Jul 2015 12:10:55 +0800 Subject: [PATCH] Remove H302 check we already removed H302 rule from hacking. Change-Id: Idd9baf4b7eac680489e04ef2f6ec7624f8004694 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a2fb91b..98212b4 100644 --- a/tox.ini +++ b/tox.ini @@ -47,6 +47,6 @@ commands = oslo_debug_helper {posargs} [flake8] show-source = True -ignore = H101,H302,H803,H238 +ignore = H101,H803,H238 builtins = _ exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,.ropeproject,tools