-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Integrate with pre-commit framework #179
Comments
Hi Sascha! I've seen pre-commit used in many projects, so I think it would make sense to integrate git-sumi with it! I'd definitely take a PR for this. I can help with documentation or any questions/issues. Let me know! |
Great. I'll take a look and will provide an PR for this. I do not have experience with |
Great! Do not hesitate to reach out for help!! |
I started looking into this. It looks like
See docs Seems that |
Now it does :) After #198 you can use |
Feature Request
Summary
We heavily automate our git related tooling with pre-commit. Wouldn't this be a good fit for
git-sumi
as well?Motivation
pre-commit is a widely used framework for commit hooks. It also makes it easy to discover new hooks (given the project meets certain requirements).
Detailed Description
Implementing a pre-commit hook is straight forward.
Additional Context
I could also provide a PR if thats a desired feature.
The text was updated successfully, but these errors were encountered: