-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
pre-commit hooks to always be sync after a git checkout #2863
Comments
Hey @tetienne, sounds like in interesting idea. In the meantime we provide some pre-commit hooks and I think your suggestion would fit quite nice. Do you mind providing a PR for it? fin swimmer |
Thx for this ping. I didn't notice there was now some hooks hosted here. That's great. |
@tetienne are you still interested in doing this? |
@Secrus are you already on this? I just wanted to create a PR. |
@alsmnn We still think this can add value to some people. So feel free to start working on this and submit a PR 🙏 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Issue
Hi,
I have several projects where we update regularly the dependencies thank to dependabot. My collaborators and I have to think to redo
poetry update
each time wegit pull
orgit checkout
.So I wrote a small pre-commit hook to ease this process: https://github.com/tetienne/pre-commit-hooks
It will be interesting to host such hooks directly under https://github.com/python-poetry/poetry or perhaps under a dedicated project https://github.com/python-poetry/pre-commit-hooks.
What do you think?
The text was updated successfully, but these errors were encountered: