add instructions for running pep8 locally (#21120)
This commit is contained in:
parent
0edda106f1
commit
23886c5c0d
1 changed files with 7 additions and 0 deletions
|
@ -24,3 +24,10 @@ Files listed in the [skip list](skip.txt) are not tested by `pep8`.
|
||||||
## Removed Files
|
## Removed Files
|
||||||
|
|
||||||
Files which have been removed from the repository must be removed from the legacy file list and the skip list.
|
Files which have been removed from the repository must be removed from the legacy file list and the skip list.
|
||||||
|
|
||||||
|
## Running Locally
|
||||||
|
|
||||||
|
The pep8 check can be run locally with:
|
||||||
|
|
||||||
|
./test/runner/ansible-test sanity --test pep8 [file-or-directory-path-to-check] ...
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue