From a805622ca9b7426a4198112ca48dbbe07325b838 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 20:43:39 +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.0 → v21.1.6](https://github.com/pre-commit/mirrors-clang-format/compare/v21.1.0...v21.1.6) - [github.com/PyCQA/pylint: v3.3.8 → v4.0.4](https://github.com/PyCQA/pylint/compare/v3.3.8...v4.0.4) - [github.com/DavidAnson/markdownlint-cli2: v0.18.1 → v0.19.1](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.18.1...v0.19.1) - [github.com/fsfe/reuse-tool: v5.0.2 → v6.2.0](https://github.com/fsfe/reuse-tool/compare/v5.0.2...v6.2.0) --- .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 86c71429..ea068c4f 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.0 + rev: v21.1.6 hooks: - id: clang-format - repo: https://github.com/PyCQA/pylint - rev: v3.3.8 + rev: v4.0.4 hooks: - id: pylint exclude: ^(.cmake-format.py|conan/conanfile.py) @@ -46,12 +46,12 @@ repos: - id: cmake-format exclude: (.py.cmake|Doxyfile.cmake) - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.18.1 + rev: v0.19.1 hooks: - id: markdownlint-cli2 files: \.(md|mdown|markdown)$ - repo: https://github.com/fsfe/reuse-tool - rev: v5.0.2 + rev: v6.2.0 hooks: - id: reuse - repo: https://github.com/scop/pre-commit-shfmt