Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The exclude option looks ineffective #63

Open
Tyrben opened this issue Feb 17, 2022 · 1 comment
Open

The exclude option looks ineffective #63

Tyrben opened this issue Feb 17, 2022 · 1 comment

Comments

@Tyrben
Copy link

Tyrben commented Feb 17, 2022

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.

@peter-evans
Copy link
Owner

Hi @Tyrben

I don't know what the problem is, but it might be because of the double quotes (") around vendor. Try removing them or escaping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants