You are reading an older version of the Ansible documentation. Use the version selection to the left if you want the latest stable released version.
PEP 8 スタイルのガイドラインは、デフォルトでリポジトリーにあるすべての python ファイルで pycodestyle によって強制されます。
PEP 8 チェックは、次の方法でローカルに実行できます。
ansible-test sanity –test pep8 [file-or-directory-path-to-check] …