From f186233f05b31a06ae6312da10b9beb9df5b17fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 00:24:47 +0000 Subject: [PATCH] [pre-commit] Update hooks versions --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ec59cec3..f8aa2c45 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: # C++ formatting with clang-format - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.8 + rev: v22.1.5 hooks: - id: clang-format files: \.(cpp|hpp|c|h)$ @@ -22,14 +22,14 @@ repos: # Python import sorting - repo: https://github.com/pycqa/isort - rev: 8.0.0 + rev: 9.0.0a3 hooks: - id: isort args: [--settings-path, setup.cfg] # Ruff Python linter - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.15.2 + rev: v0.15.16 hooks: - id: ruff args: [--fix] @@ -85,7 +85,7 @@ repos: args: [--config, .hadolint.yaml] - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.21.0 + rev: v0.22.1 hooks: - id: markdownlint-cli2 exclude: ^(3rdparty/|build.*/|install/)