ansible/docs/docsite/rst/dev_guide/testing_pep8.rst
2019-08-01 22:34:09 -07:00

443 B

orphan

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] ...