From 54135d8f244db2d5df26e7da18121982df82e829 Mon Sep 17 00:00:00 2001 From: fabasoad Date: Thu, 20 Feb 2025 22:03:06 +0000 Subject: [PATCH] chore: bump pre-commit hooks to the latest version --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ddd310a..ca32115 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: detect-secrets stages: ["pre-commit", "pre-push"] - repo: https://github.com/gitleaks/gitleaks - rev: v8.23.3 + rev: v8.24.0 hooks: - id: gitleaks stages: ["pre-commit", "pre-push"]