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 we git pull or git 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?
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 updateeach time wegit pullorgit 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?