Replies: 1 comment
-
Actually, this is already enabled by hook-scripts 🤦 [tool.pdm.scripts]
post_install = "pre-commit install" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been exploring moving from hatch to PDM and one feature I'm finding myself missing is post-install-commands. In particular, I was using this feature to automatically install pre-commit hooks when the project is first installed:
I think something similar would be a great feature for PDM
Beta Was this translation helpful? Give feedback.
All reactions