Enabling pep8 linting and fixing style violations
Signed-off-by: Jiri Podivin <jpodivin@redhat.com> Change-Id: If7c2cd9b00d9bf351fbf3629de16fe28a67040c8
This commit is contained in:
parent
566dc28121
commit
e7aca613d2
1
tox.ini
1
tox.ini
@ -133,6 +133,7 @@ commands =
|
||||
{[testenv:whitespace]commands}
|
||||
{[testenv:shebangs]commands}
|
||||
{[testenv:end-of-file]commands}
|
||||
{[testenv:pep8]commands}
|
||||
|
||||
[testenv:releasenotes]
|
||||
deps = -r {toxinidir}/doc/requirements.txt
|
||||
|
@ -35,7 +35,6 @@ from ansible.module_utils.basic import AnsibleModule
|
||||
from yaml import safe_load as yaml_safe_load
|
||||
|
||||
|
||||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: validations_read_ini
|
||||
|
Loading…
Reference in New Issue
Block a user