From 63327fab2dc436cf09dab4dcf6856605d3719534 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 19:45:49 +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/pre-commit-hooks: v4.6.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v6.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.37.0 → v0.47.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.37.0...v0.47.0) - [github.com/crate-ci/typos: v1.24.6 → v1](https://github.com/crate-ci/typos/compare/v1.24.6...v1) --- .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 1702cda11..7fcdbd244 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ fail_fast: true repos: # General file checks - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: trailing-whitespace exclude: \.(png|jpg|jpeg|gif|svg|webp)$ @@ -27,7 +27,7 @@ repos: # Markdown specific formatting and linting - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.37.0 + rev: v0.47.0 hooks: - id: markdownlint args: ["--config", ".markdownlint.json", "--fix"] @@ -36,7 +36,7 @@ repos: # Spell checking for markdown files - repo: https://github.com/crate-ci/typos - rev: v1.24.6 + rev: v1 hooks: - id: typos args: ["--config", ".typos.toml"]