From fe39895da3d73f643ae919221b5e3800e0c32335 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:55: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.4 → v0.13.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.4...v0.13.3) - [github.com/python-poetry/poetry: 1.8.0 → 2.2.1](https://github.com/python-poetry/poetry/compare/1.8.0...2.2.1) - [github.com/numpy/numpydoc: v1.8.0 → v1.9.0](https://github.com/numpy/numpydoc/compare/v1.8.0...v1.9.0) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.18.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.15.0...v1.18.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 d350b88..ed476b9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: skip: [poetry-lock] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files args: ['--maxkb=1000'] @@ -16,7 +16,7 @@ repos: - id: no-commit-to-branch args: [--branch, main, --branch, dev] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.11.4' + rev: 'v0.13.3' hooks: - id: ruff args: [--fix] @@ -27,18 +27,18 @@ repos: - id: codespell files: ^.*\.(py|md|rst|yml)$ - repo: https://github.com/python-poetry/poetry - rev: '1.8.0' # add version here + rev: '2.2.1' # add version here hooks: - id: poetry-check - id: poetry-lock args: [--no-update] - repo: https://github.com/numpy/numpydoc - rev: 'v1.8.0' + rev: 'v1.9.0' hooks: - id: numpydoc-validation exclude: '^/tests/|.*test.*' - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.15.0' + rev: 'v1.18.2' hooks: - id: mypy exclude: .*(tests|docs).*