From 1ab5079e9991f96505d8b82196fa5d25aa89ef7a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 22:17:28 +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: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.10](https://github.com/rhysd/actionlint/compare/v1.7.7...v1.7.10) - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.47.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.45.0...v0.47.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.2 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.12.2...v0.14.10) --- .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 3d5aee9..3b97939 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,18 +2,18 @@ fail_fast: false repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-yaml - repo: https://github.com/rhysd/actionlint - rev: v1.7.7 + rev: v1.7.10 hooks: - id: actionlint args: [-ignore, SC] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.45.0 + rev: v0.47.0 hooks: - id: markdownlint-fix args: [-c, configs/.markdownlint.yaml, --fix, --disable, MD028] @@ -24,7 +24,7 @@ repos: - id: typos - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.2 + rev: v0.14.10 hooks: # Run the formatter - id: ruff-format