From fbc94c9b9229cc7ee8e5f3b510b5a7ff132b39bc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:27:02 +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/astral-sh/ruff-pre-commit: v0.11.12 → v0.15.17](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.12...v0.15.17) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v2.1.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.16.0...v2.1.0) - [github.com/kynan/nbstripout: 0.8.1 → 0.9.1](https://github.com/kynan/nbstripout/compare/0.8.1...0.9.1) --- .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 746fd08..a7b191c 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 - id: end-of-file-fixer @@ -9,7 +9,7 @@ repos: - id: debug-statements - id: check-ast - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.11.12" + rev: "v0.15.17" hooks: - id: ruff exclude: docs/source/conf.py|ipynb_filter.py @@ -17,7 +17,7 @@ repos: - id: ruff-format exclude: docs/source/conf.py|ipynb_filter.py - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.16.0" + rev: "v2.1.0" hooks: - id: mypy exclude: ipynb_filter.py|docs/source/conf.py @@ -26,6 +26,6 @@ repos: - pandas-stubs - types-psutil - repo: https://github.com/kynan/nbstripout - rev: 0.8.1 + rev: 0.9.1 hooks: - id: nbstripout