From 5af83ee63234d2dd65d8138490b920170e62dfb9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 18:45:41 +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.4.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v6.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.37.0 → v0.49.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.37.0...v0.49.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.4.2) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5235458..6a375c2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ ci: autoupdate_schedule: quarterly -default_stages: [commit] +default_stages: [pre-commit] default_install_hook_types: [pre-commit, commit-msg] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v6.0.0 hooks: - id: check-case-conflict - id: check-symlinks @@ -20,7 +20,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.37.0 + rev: v0.49.0 hooks: - id: markdownlint # MD013: line too long @@ -29,7 +29,7 @@ repos: args: [--disable, MD013, MD033, MD041, '--'] - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.4.2 hooks: - id: codespell stages: [commit-msg]