This issue proposes modifying the lefthook.yml configuration by removing glob patterns used to filter Lefthook jobs. Instead, the jobs should always run on the pre-commit hook.
This suggestion is made because there are many aspects that can cause a job to be triggered, and maintaining a list of specific file patterns can become complex and error-prone. It would be simpler and more reliable to configure the Lefthook jobs to always run.
This issue proposes modifying the
lefthook.ymlconfiguration by removing glob patterns used to filter Lefthook jobs. Instead, the jobs should always run on the pre-commit hook.This suggestion is made because there are many aspects that can cause a job to be triggered, and maintaining a list of specific file patterns can become complex and error-prone. It would be simpler and more reliable to configure the Lefthook jobs to always run.