devenv
devenv copied to clipboard
PreCommit Configured as a Script
I have a monorepository and pre-commit hooks just don't work at this level.
However, I do wish to make it trivial to check changes before pushing.
I'd like to be able to configure pre-commit to install a script in the project, such as check so that developers can run all the checks with a single command.
We could have a setting that prevents installing into git hooks, but you can still run pre-commit run -a.
That would be good