devenv icon indicating copy to clipboard operation
devenv copied to clipboard

PreCommit Configured as a Script

Open rawkode opened this issue 1 year ago • 2 comments

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.

rawkode avatar Jul 28 '24 10:07 rawkode

We could have a setting that prevents installing into git hooks, but you can still run pre-commit run -a.

domenkozar avatar Jul 28 '24 19:07 domenkozar

That would be good

rawkode avatar Jul 28 '24 19:07 rawkode