Drop H303 in flake8 ignore list

There is not H303 in hacking >=0.10.0,so we need delete it to
improve performaece!

Change-Id: Ia0df2b3782448f94d863f6106b2101809a412747
This commit is contained in:
xianming mao 2016-08-10 19:58:54 +08:00
parent bb58bcc332
commit c2584feae7
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ commands =
# F403 'from ansible.module_utils.basic import *' used;
# unable to detect undefined names
# H303 No wildcard (*) import.
ignore=F403,H303
ignore=F403
[testenv:bashate]