From c972859e7a0b26f25e2e48973317bd7c98d751a0 Mon Sep 17 00:00:00 2001 From: gengchc2 Date: Tue, 6 Dec 2016 09:27:07 +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: I163758d99c49aa0d3d29b41144961d3361a78aa4 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 1a9ffe7df1..c0ff261a12 100644 --- a/tox.ini +++ b/tox.ini @@ -68,8 +68,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]