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

Prune Non-Applicable pre-commit Hooks #44

Closed
Matthew-Grayson opened this issue Mar 12, 2024 · 0 comments · Fixed by #45
Closed

Prune Non-Applicable pre-commit Hooks #44

Matthew-Grayson opened this issue Mar 12, 2024 · 0 comments · Fixed by #45
Assignees

Comments

@Matthew-Grayson
Copy link
Contributor

💡 Summary

Remove pre-commit hooks for file types not in XFD. File types found in generated files such as node_modules or postgres-data, do not count. These files are not version controlled and are stored only locally. In short, if a file is in a .gitignore, it doesn't need to be checked by pre-commit.

Hook configuration is managed in .pre-commit-config.yaml.

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

Successfully merging a pull request may close this issue.

1 participant