From 2356f47e97b88a28e78db8f35418048ee1b037be Mon Sep 17 00:00:00 2001 From: Jan Philipp Thiele Date: Tue, 1 Apr 2025 21:14:27 +0200 Subject: [PATCH] [pre-commit] bump gitleaks and codespell --- .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 87a7558..972c491 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,11 +12,11 @@ repos: - id: no-commit-to-branch args: [--branch,main] - repo: https://github.com/gitleaks/gitleaks - rev: v8.16.3 + rev: v8.24.2 hooks: - id: gitleaks - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.4.1 hooks: - id: codespell - repo: https://github.com/fredrikekre/runic-pre-commit