From 16085009e1448ae01efb1c54f4107e98ab32d0f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 00:05:31 +0000 Subject: [PATCH] [pre-commit] Update hooks versions --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1c954cf7..bd2f3c68 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,14 +22,14 @@ repos: # Python import sorting - repo: https://github.com/pycqa/isort - rev: 7.0.0 + rev: 8.0.0 hooks: - id: isort args: [--settings-path, setup.cfg] # Ruff Python linter - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.15.0 + rev: v0.15.2 hooks: - id: ruff args: [--fix] @@ -75,7 +75,7 @@ repos: args: [--config, .hadolint.yaml] - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.20.0 + rev: v0.21.0 hooks: - id: markdownlint-cli2 exclude: ^(3rdparty/|build.*/|install/)