### :zap: Summary Hooks are triggered when executing git commands like `git commit` [When lefthook is executed ](https://github.com/evilmartians/lefthook/blob/master/internal/templates/hook.tmpl) 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 https://github.com/evilmartians/lefthook/discussions/715 https://github.com/evilmartians/lefthook/pull/716 ### 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