From 80426d2386ba5003bbe33e8c2ee6a8fa733e2ade Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 18:05:47 +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.11.4 → v0.15.12](https://github.com/astral-sh/ruff-pre-commit/compare/v0.11.4...v0.15.12) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.20.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.15.0...v1.20.2) - [github.com/compilerla/conventional-pre-commit: v3.6.0 → v4.4.0](https://github.com/compilerla/conventional-pre-commit/compare/v3.6.0...v4.4.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 635e1d6..3a47d0c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,14 +7,14 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.4 + rev: v0.15.12 hooks: - id: ruff args: [--fix] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v1.20.2 hooks: - id: mypy additional_dependencies: @@ -32,7 +32,7 @@ repos: args: [src/] - repo: https://github.com/compilerla/conventional-pre-commit - rev: v3.6.0 + rev: v4.4.0 hooks: - id: conventional-pre-commit stages: [commit-msg]