Enabling pep8 linting and fixing style violations

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: If7c2cd9b00d9bf351fbf3629de16fe28a67040c8
This commit is contained in:
Jiri Podivin 2022-06-28 09:00:19 +02:00
parent 566dc28121
commit e7aca613d2
2 changed files with 1 additions and 1 deletions

View File

@ -133,6 +133,7 @@ commands =
{[testenv:whitespace]commands} {[testenv:whitespace]commands}
{[testenv:shebangs]commands} {[testenv:shebangs]commands}
{[testenv:end-of-file]commands} {[testenv:end-of-file]commands}
{[testenv:pep8]commands}
[testenv:releasenotes] [testenv:releasenotes]
deps = -r {toxinidir}/doc/requirements.txt deps = -r {toxinidir}/doc/requirements.txt

View File

@ -35,7 +35,6 @@ from ansible.module_utils.basic import AnsibleModule
from yaml import safe_load as yaml_safe_load from yaml import safe_load as yaml_safe_load
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: validations_read_ini module: validations_read_ini