From 1178b6def14166618a0b32934859fe5150076df3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 17:39:58 +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/igorshubovych/markdownlint-cli: v0.48.0 → v0.49.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.48.0...v0.49.0) - [github.com/pre-commit/mirrors-clang-format: v22.1.3 → v22.1.5](https://github.com/pre-commit/mirrors-clang-format/compare/v22.1.3...v22.1.5) --- .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 1e2e6b7..69d8955 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -69,7 +69,7 @@ repos: name: check .editorconfig rules - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.48.0 + rev: v0.49.0 hooks: - id: markdownlint args: [--config=.markdownlint.yml, scan] @@ -83,7 +83,7 @@ repos: args: [--config=.cmake-linter.yml] - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.3 + rev: v22.1.5 hooks: - id: clang-format