From ecaf48ba6f419acb44c7a0e99f7840fe6d5f3226 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 18:05:45 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.14.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.2...v0.14.5) - [github.com/astral-sh/uv-pre-commit: 0.9.6 → 0.9.9](https://github.com/astral-sh/uv-pre-commit/compare/0.9.6...0.9.9) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](https://github.com/executablebooks/mdformat/compare/0.7.22...1.0.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/kynan/nbstripout: 0.8.1 → 0.8.2](https://github.com/kynan/nbstripout/compare/0.8.1...0.8.2) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2c52a84c..b4925a7b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,16 +25,16 @@ repos: - id: python-no-log-warn - id: text-unicode-replacement-char - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.2 + rev: v0.14.5 hooks: - id: ruff-format - id: ruff-check - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.6 + rev: 0.9.9 hooks: - id: uv-lock - repo: https://github.com/executablebooks/mdformat - rev: 0.7.22 + rev: 1.0.0 hooks: - id: mdformat additional_dependencies: [ @@ -44,7 +44,7 @@ repos: ] files: (README\.md) - repo: https://github.com/executablebooks/mdformat - rev: 0.7.22 + rev: 1.0.0 hooks: - id: mdformat additional_dependencies: [ @@ -54,7 +54,7 @@ repos: ] files: (docs/.) - repo: https://github.com/kynan/nbstripout - rev: 0.8.1 + rev: 0.8.2 hooks: - id: nbstripout exclude: (docs) From c87c6f95bc1a22ff4c0d8d1a12c9675b6b2a02a1 Mon Sep 17 00:00:00 2001 From: Tobias Raabe Date: Sat, 22 Nov 2025 11:41:42 +0100 Subject: [PATCH 2/2] Fix. --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b4925a7b..838b75a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: hooks: - id: uv-lock - repo: https://github.com/executablebooks/mdformat - rev: 1.0.0 + rev: 0.7.22 hooks: - id: mdformat additional_dependencies: [ @@ -44,7 +44,7 @@ repos: ] files: (README\.md) - repo: https://github.com/executablebooks/mdformat - rev: 1.0.0 + rev: 0.7.22 hooks: - id: mdformat additional_dependencies: [