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: If5e1792d6fa5d703fb40f82f1f8bca2e425cee9f
This commit is contained in:
gecong1973 2016-12-02 11:37:10 +08:00
parent 19c4aea3e8
commit 74c9969243

View File

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