mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 14:21:26 -07:00
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:
parent
3a0a74dc18
commit
6ef1a6aeb6
8 changed files with 826 additions and 1 deletions
|
@ -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:]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue