From c39e7c63c43e388062368552f91abd895fb83e66 Mon Sep 17 00:00:00 2001 From: gecong1973 Date: Sun, 4 Dec 2016 10:17:40 +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: Ia73f04cda1770b9a78176cd0fcab1bc62a55dee5 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index c85a3996..93459dbc 100644 --- a/tox.ini +++ b/tox.ini @@ -71,8 +71,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]