From 8aab68c4c6f5039192c4142725b983343c2c152a Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Sat, 28 Jun 2025 17:49:27 +0200 Subject: [PATCH] Update pre-commit-config. --- .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 f516c4ae90..9017a0bbdb 100755 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: ) exclude: ^bundled/ - repo: https://github.com/gitleaks/gitleaks - rev: v8.24.0 + rev: v8.27.2 hooks: - id: gitleaks - repo: https://github.com/pre-commit/mirrors-clang-format @@ -42,7 +42,7 @@ repos: \.h )$ - repo: https://github.com/crate-ci/typos - rev: v1.29.10 + rev: v1.33.1 hooks: - id: typos files: (?x) ^(doc|examples|include|source|tests)/ -- 2.39.5