From 2ea9561bb560d5a51326a28492316f64485c9a31 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:31:23 +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: v19.1.1 → v19.1.4](https://github.com/pre-commit/mirrors-clang-format/compare/v19.1.1...v19.1.4) - [github.com/PyCQA/pylint: v3.3.1 → v3.3.2](https://github.com/PyCQA/pylint/compare/v3.3.1...v3.3.2) - [github.com/DavidAnson/markdownlint-cli2: v0.12.0 → v0.15.0](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.12.0...v0.15.0) - [github.com/fsfe/reuse-tool: v4.0.3 → v5.0.2](https://github.com/fsfe/reuse-tool/compare/v4.0.3...v5.0.2) - [github.com/scop/pre-commit-shfmt: v3.9.0-1 → v3.10.0-2](https://github.com/scop/pre-commit-shfmt/compare/v3.9.0-1...v3.10.0-2) --- .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 422d45f1e..67b91fe94 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,12 +21,12 @@ repos: - id: destroyed-symlinks - id: check-executables-have-shebangs - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.1 + rev: v19.1.4 hooks: - id: clang-format exclude: (.json) - repo: https://github.com/PyCQA/pylint - rev: v3.3.1 + rev: v3.3.2 hooks: - id: pylint exclude: ^(.cmake-format.py|conan/conanfile.py) @@ -47,7 +47,7 @@ repos: - id: cmake-format exclude: (.py.cmake|Doxyfile.cmake|examples/flutter/) - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.12.0 + rev: v0.15.0 hooks: - id: markdownlint-cli2 files: \.(md|mdown|markdown)$ @@ -57,7 +57,7 @@ repos: hooks: - id: reuse - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.9.0-1 + rev: v3.10.0-2 hooks: - id: shfmt - repo: https://github.com/shellcheck-py/shellcheck-py