PEP 8¶
Topics
PEP 8 style guidelines are enforced by pycodestyle on all python files in the repository by default.
Running Locally¶
The PEP 8 check can be run locally with:
ansible-test sanity --test pep8 [file-or-directory-path-to-check] ...
Topics
PEP 8 style guidelines are enforced by pycodestyle on all python files in the repository by default.
The PEP 8 check can be run locally with:
ansible-test sanity --test pep8 [file-or-directory-path-to-check] ...