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: I743e4873118d9aa682787802578c1b82b58a28bb
This commit is contained in:
parent
8756f28e8a
commit
6d060c7ada
3
tox.ini
3
tox.ini
@ -70,8 +70,7 @@ commands =
|
|||||||
# Ignores the following rules due to how ansible modules work in general
|
# Ignores the following rules due to how ansible modules work in general
|
||||||
# F403 'from ansible.module_utils.basic import *' used;
|
# F403 'from ansible.module_utils.basic import *' used;
|
||||||
# unable to detect undefined names
|
# unable to detect undefined names
|
||||||
# H303 No wildcard (*) import.
|
ignore=F403
|
||||||
ignore=F403,H303
|
|
||||||
|
|
||||||
|
|
||||||
[testenv:bashate]
|
[testenv:bashate]
|
||||||
|
Loading…
Reference in New Issue
Block a user