From a44ac2818925a216ff1db531786c59f5a5c475ad Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 20:37:33 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/mirrors-clang-format: v21.1.2 → v22.1.5](https://github.com/pre-commit/mirrors-clang-format/compare/v21.1.2...v22.1.5) - [github.com/PyCQA/pylint: v4.0.2 → v4.0.6](https://github.com/PyCQA/pylint/compare/v4.0.2...v4.0.6) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.2) - [github.com/markdownlint/markdownlint: v0.12.0 → v0.17.0](https://github.com/markdownlint/markdownlint/compare/v0.12.0...v0.17.0) - [github.com/scop/pre-commit-shfmt: v3.12.0-2 → v3.13.1-1](https://github.com/scop/pre-commit-shfmt/compare/v3.12.0-2...v3.13.1-1) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 48179961c..78b89a360 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,11 +21,11 @@ repos: - id: destroyed-symlinks - id: check-executables-have-shebangs - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.2 + rev: v22.1.5 hooks: - id: clang-format - repo: https://github.com/PyCQA/pylint - rev: v4.0.2 + rev: v4.0.6 hooks: - id: pylint exclude: ^(.cmake-format.py|conan/.*/conanfile.py) @@ -35,7 +35,7 @@ repos: - id: autopep8 exclude: ^(.cmake-format.py|conan/.*/conanfile.py) - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell - repo: https://github.com/cheshirekow/cmake-format-precommit @@ -46,7 +46,7 @@ repos: - id: cmake-format exclude: (cmake/Toolchain-QNX|.py.cmake|.h.cmake|.rc.cmake|Doxyfile.cmake|gammaray.qhcp.cmake) - repo: https://github.com/markdownlint/markdownlint - rev: v0.12.0 + rev: v0.17.0 hooks: - id: markdownlint entry: mdl @@ -57,7 +57,7 @@ repos: hooks: - id: reuse - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.12.0-2 + rev: v3.13.1-1 hooks: - id: shfmt - repo: https://github.com/shellcheck-py/shellcheck-py