From d532afe8f144247690465b4e93e1a9168e90a733 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 17:40:26 +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/editorconfig-checker/editorconfig-checker.python: 3.4.0 → 3.5.0](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/3.4.0...3.5.0) - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.46.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.45.0...v0.46.0) - [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) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4eaae4b..c6adf39 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,13 +63,13 @@ repos: args: [--mapping, '2', --sequence, '2', --offset, '0', --width, '250'] - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.4.0 + rev: 3.5.0 hooks: - id: editorconfig-checker name: check .editorconfig rules - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.45.0 + rev: v0.46.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: v21.1.0 + rev: v21.1.6 hooks: - id: clang-format