From daf52030f10e7102806986fe5c5d366a8d2de7fe Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 20:14:09 +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/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/pre-commit/mirrors-clang-format: v20.1.5 → v22.1.4](https://github.com/pre-commit/mirrors-clang-format/compare/v20.1.5...v22.1.4) - [github.com/PyCQA/pylint: v3.3.7 → v4.0.5](https://github.com/PyCQA/pylint/compare/v3.3.7...v4.0.5) - [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.15.0](https://github.com/markdownlint/markdownlint/compare/v0.12.0...v0.15.0) - [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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b83b38a..30fe03c3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: exclude: ^(cmake/ECM/|cmake/KDAB/|docs/api/doxygen-awesome.css) repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -19,11 +19,11 @@ repos: - id: destroyed-symlinks - id: check-executables-have-shebangs - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v20.1.5 + rev: v22.1.4 hooks: - id: clang-format - repo: https://github.com/PyCQA/pylint - rev: v3.3.7 + rev: v4.0.5 hooks: - id: pylint exclude: ^(.cmake-format.py|conan/conanfile.py|scripts/genignore.py) @@ -33,7 +33,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 @@ -44,13 +44,13 @@ repos: - id: cmake-format exclude: (.py.cmake|Doxyfile.cmake) - repo: https://github.com/markdownlint/markdownlint - rev: v0.12.0 + rev: v0.15.0 hooks: - id: markdownlint entry: mdl language: ruby files: \.(md|mdown|markdown)$ - repo: https://github.com/fsfe/reuse-tool - rev: v5.0.2 + rev: v6.2.0 hooks: - id: reuse