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: I7e6fa8f08fef2cb474811fe2b48fb8e8e626d1c4
This commit is contained in:
gecong1973 2016-12-04 10:31:02 +08:00
parent d35b14bde1
commit 00c1e31805
1 changed files with 1 additions and 2 deletions

View File

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