diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f5c3035..ee54ebb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: rev: v8.18.2 hooks: - id: gitleaks - stages: [commit] + stages: [pre-commit] - repo: local hooks: @@ -17,4 +17,4 @@ repos: language: system files: .* exclude: .*\.(png|jpg|jpeg|age) - stages: [commit] + stages: [pre-commit]