From 834054bb8066235357a017a067a9cc89e4c35211 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 20:11:54 +0000 Subject: [PATCH 1/2] [pre-commit] 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.15.9 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.9...v0.15.20) - [github.com/crate-ci/typos: v1.45.1 → v1](https://github.com/crate-ci/typos/compare/v1.45.1...v1) - [github.com/pre-commit/mirrors-mypy: v1.20.0 → v2.1.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.20.0...v2.1.0) --- .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 cc0a2f6..5514eaa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,19 +25,19 @@ repos: files: examples/.*\.ipynb$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.9 + rev: v0.15.20 hooks: - id: ruff # linter args: [--fix] - id: ruff-format # formatter - repo: https://github.com/crate-ci/typos - rev: v1.45.1 + rev: v1 hooks: - id: typos - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.20.0 + rev: v2.1.0 hooks: - id: mypy pass_filenames: false From 9987c3b18f9b65467393e47ec803bacd0edd357d Mon Sep 17 00:00:00 2001 From: Christoph Kolbitsch Date: Tue, 7 Jul 2026 08:07:41 +0100 Subject: [PATCH 2/2] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5514eaa..3c7c2ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - id: ruff-format # formatter - repo: https://github.com/crate-ci/typos - rev: v1 + rev: v1.48.0 hooks: - id: typos