From 5481e85f3d96c8d3255a23153af1e1580ba12984 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:21: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.5 → v21.1.6](https://github.com/pre-commit/mirrors-clang-format/compare/v21.1.5...v21.1.6) - [github.com/DavidAnson/markdownlint-cli2: v0.19.0 → v0.19.1](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.19.0...v0.19.1) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9e4bfae1..7fc0a3de 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,13 +12,13 @@ repos: hooks: - id: yamllint - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v21.1.5 + rev: v21.1.6 hooks: - id: clang-format types_or: [c++, c] args: [-i, --style=file] - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.19.0 + rev: v0.19.1 hooks: - id: markdownlint-cli2-rules-docker - repo: https://github.com/codespell-project/codespell