Open
Description
Maybe I miss the proper syntax, but this next one wont exclude any subdirectory
uses: peter-evans/autopep8@v1
with:
args: --recursive --diff --aggressive --aggressive --exclude="vendor" .
vendor is a subdirectory containing external thirdParty python sources. Some of them are not pep8 conformant. I don't want to know or fix it.
Metadata
Assignees
Labels
No labels