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: Idc4fceb40ea1219c7dd56411505bd275e012d401
This commit is contained in:
gengchc2 2016-12-06 09:20:57 +08:00
parent 74beea887a
commit 736a2ff0b5

View File

@ -75,8 +75,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]