From 6b9ef8571cc7a1bb87a8c63c47cc3cbfccfa8c0b Mon Sep 17 00:00:00 2001 From: gecong1973 Date: Tue, 6 Dec 2016 08:59:38 +0800 Subject: [PATCH] Delete deprecated Hacking in tox.ini Some hacking have been removed,so we can delete them. More details: https://github.com/openstack-dev/hacking/blob/master/setup.cfg Change-Id: I3b960e6341d238ef597e6e229d5cf1d2b3a23a0d --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 8f09676e..c65bf2c0 100644 --- a/tox.ini +++ b/tox.ini @@ -70,8 +70,7 @@ commands = # Ignores the following rules due to how ansible modules work in general # F403 'from ansible.module_utils.basic import *' used; # unable to detect undefined names -# H303 No wildcard (*) import. -ignore=F403,H303 +ignore=F403 [testenv:bashate]