From dda9a1734446a27a22d51916bf1438b926db85e6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 20:32:58 +0000 Subject: [PATCH] [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.15](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.9...v0.15.15) - [github.com/crate-ci/typos: v1.45.1 → v1](https://github.com/crate-ci/typos/compare/v1.45.1...v1) - [github.com/fzimmermann89/check_all: c646d96 → v1.2](https://github.com/fzimmermann89/check_all/compare/c646d96...v1.2) - [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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e1b96fca8..12ed150a5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,20 +15,20 @@ repos: - id: mixed-line-ending - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.9 + rev: v0.15.15 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 args: [] # empty, to remove write-changes from the default arguments. - repo: https://github.com/fzimmermann89/check_all - rev: c646d96 + rev: v1.2 hooks: - id: check-init-all args: [--double-quotes, --fix] @@ -82,7 +82,7 @@ repos: files: examples/notebooks - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.20.0 + rev: v2.1.0 hooks: - id: mypy pass_filenames: false