Closed
Description
⚡ Summary
Hooks are triggered when executing git commands like git commit
When lefthook is executed it automatically check if the hooks are installed
This is I believe useless as if the hooks were triggered it means the hooks are installed
Value
We stop doing things that we don't need to do :D
Behavior and configuration changes
When lefthook run is executed via a hook dont check if hook is installed
https://github.com/evilmartians/lefthook/blob/master/internal/lefthook/run.go#L96-L106