We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
"
vendor
Sorry, something went wrong.
No branches or pull requests
Maybe I miss the proper syntax, but this next one wont exclude any subdirectory
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.
The text was updated successfully, but these errors were encountered: