Add pep8 to ansible-test. (#20745)

The rule sets and legacy file list are a first draft.
It is likely that they will need to be revised.
This commit is contained in:
Matt Clay 2017-01-27 12:34:00 -08:00 committed by GitHub
parent 3a0a74dc18
commit 6ef1a6aeb6
8 changed files with 826 additions and 1 deletions

View file

@ -284,6 +284,9 @@ def walk_test_targets(path=None, module_path=None, extensions=None, prefix=None)
if root.endswith('/__pycache__'):
continue
if '/.tox/' in root:
continue
if path is None:
root = root[2:]