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
Remove dep5 file from the assets folder. Instead, filter the files in .pre-commit-config.yaml
Delete the dep5 file and test including & excluding files using the .pre-commit-config.yaml file only. For example,
No response
The text was updated successfully, but these errors were encountered:
klmcadams
Successfully merging a pull request may close this issue.
📝 Description of the feature
Remove dep5 file from the assets folder. Instead, filter the files in .pre-commit-config.yaml
💡 Steps for implementing the feature
Delete the dep5 file and test including & excluding files using the .pre-commit-config.yaml file only. For example,
files: (src|examples|tests)...
excludes: ...
🔗 Useful links and references
No response
The text was updated successfully, but these errors were encountered: