From 2f5480981f4755ef33b3520811e81b12bf8e556e 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:35:21 +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/igorshubovych/markdownlint-cli: v0.43.0 → v0.46.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.43.0...v0.46.0) - [github.com/astral-sh/ruff-pre-commit: v0.10.0 → v0.14.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.10.0...v0.14.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 c08039d..9ac9462 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace types: [python] @@ -13,12 +13,12 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.43.0 + rev: v0.46.0 hooks: - id: markdownlint - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: "v0.10.0" + rev: "v0.14.6" hooks: - id: ruff - id: ruff-format