From 4e54d4caca27cbddc04432f66de8155fce2732f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:03:48 +0000 Subject: [PATCH] chore(deps): update pre-commit hook manifest python deps --- .pre-commit-hooks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 8db0aa1..dafb20b 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -617,7 +617,7 @@ types_or: [c, c++] args: [] additional_dependencies: - - clang-tidy==22.1.0.1 + - clang-tidy==22.1.7 - id: cppcheck name: cppcheck (C/C++ linter) @@ -635,7 +635,7 @@ types: [markdown] require_serial: true additional_dependencies: - - rumdl==0.2.3 + - rumdl==0.2.22 - id: alef-docs-fresh name: alef-docs-fresh (Alef binding docs freshness)