From 191a9375e814bed2b5363b200244e6fad29dd218 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 17:50:23 +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/astral-sh/ruff-pre-commit: v0.15.2 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.2...v0.15.20) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](https://github.com/codespell-project/codespell/compare/v2.4.1...v2.4.2) - [github.com/python-poetry/poetry: 2.3.4 → 2.4.1](https://github.com/python-poetry/poetry/compare/2.3.4...2.4.1) - [github.com/numpy/numpydoc: v1.9.0 → v1.11.0rc0](https://github.com/numpy/numpydoc/compare/v1.9.0...v1.11.0rc0) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v2.1.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.18.2...v2.1.0) --- .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 92dcb9837b..80b2a04d27 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,28 +17,28 @@ repos: - id: no-commit-to-branch args: [--branch, main, --branch, dev] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.2" + rev: "v0.15.20" hooks: - id: ruff-check args: [--fix] - id: ruff-format - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell files: ^.*\.(py|md|rst|yml)$ - repo: https://github.com/python-poetry/poetry - rev: "2.3.4" + rev: "2.4.1" hooks: - id: poetry-check - id: poetry-lock - repo: https://github.com/numpy/numpydoc - rev: "v1.9.0" + rev: "v1.11.0rc0" hooks: - id: numpydoc-validation exclude: "^imap_processing/tests/|.*test.*" - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.18.2" + rev: "v2.1.0" hooks: - id: mypy exclude: .*(tests|docs).*