* bump hacking
* ignore E402 module level import not at top of file

Change-Id: I3a45be5250446d4f7cb51b9d53d09d362f4c1a45
This commit is contained in:
Alex Schultz 2021-06-25 08:18:47 -06:00
parent 3937ea4e7e
commit 657df296ac
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ docker:
type: list
"""
from ansible.module_utils.docker_common import AnsibleDockerClient
from ansible.module_utils.docker_common import AnsibleDockerClient # noqa: E402,E501
def _list_or_dict(value):

View File

@ -1,2 +1,2 @@
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
hacking>=4.0.0,<4.1.0 # Apache-2.0
pyflakes>=2.2.0