From d9018b7383a0fe0e726917c9362a67d179c62ad1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:33:38 +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/ITProKyle/pre-commit-hook-yamlfmt: v0.3.2 → v0.4.0](https://github.com/ITProKyle/pre-commit-hook-yamlfmt/compare/v0.3.2...v0.4.0) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](https://github.com/executablebooks/mdformat/compare/0.7.22...1.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.47.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.45.0...v0.47.0) --- .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 047db0b..5078234 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: - id: mixed-line-ending args: [--fix=lf] - repo: https://github.com/ITProKyle/pre-commit-hook-yamlfmt - rev: v0.3.2 + rev: v0.4.0 hooks: - id: yamlfmt args: [--mapping, '2', --offset, '2', --sequence, '4'] @@ -54,7 +54,7 @@ repos: hooks: - id: toml-sort-fix - repo: https://github.com/executablebooks/mdformat - rev: 0.7.22 + rev: 1.0.0 hooks: - id: mdformat additional_dependencies: @@ -63,7 +63,7 @@ repos: - mdformat-gfm-alerts - mdformat-toc - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.45.0 + rev: v0.47.0 hooks: - id: markdownlint exclude: |