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: I27d59c588a200f4b12f3eee9e5400febe296d6e1
This commit is contained in:
gecong1973 2016-12-06 09:12:51 +08:00
parent c9f76caf8c
commit d649f25c4b
1 changed files with 1 additions and 2 deletions

View File

@ -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]