Conversation
When multiple tools want to use the same .git/hooks/pre-commit script, need a framework to config and run them.
|
looks like Also, current release is v0.1.2, not 3. Otherwise, looks good. |
|
(And I stuffed a hypothetical future version v0.1.3 in there because pre-commit shallow-clones the cited repo at the cited tag when trying to find .pre-commit-hooks.yaml - it definitely won't find the file at v0.1.2!) |
When multiple tools want to use the same .git/hooks/pre-commit script, need a framework to config and run them.
https://pre-commit.com/ is the current standard. Add
.pre-commit-hooks.yaml.