diff --git a/tox.ini b/tox.ini index 1a9ffe7df1..c0ff261a12 100644 --- a/tox.ini +++ b/tox.ini @@ -68,8 +68,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]