From 462e72a364899a167fc6d22be0a3cb6a7b947897 Mon Sep 17 00:00:00 2001 From: Nydragon Date: Wed, 30 Oct 2024 14:51:35 +0100 Subject: [PATCH] chore: fix pre-commit deprecation --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]