From 4213abea3fc81bcfaac66ab0d2248f8920398405 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 19:22:31 +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/python-poetry/poetry: 2.3.2 → 2.4.1](https://github.com/python-poetry/poetry/compare/2.3.2...2.4.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.7 → v0.15.14](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.7...v0.15.14) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v2.1.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.19.1...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 0862a3e2..f20460e6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,18 +2,18 @@ fail_fast: false repos: - repo: https://github.com/python-poetry/poetry - rev: 2.3.2 + rev: 2.4.1 hooks: - id: poetry-check - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.7 + rev: v0.15.14 hooks: - id: ruff - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.1 + rev: v2.1.0 hooks: - id: mypy args: [--ignore-missing-imports]