From 7fe4e73a34ed2ec394b6fecb0d4e2fbe3ef275e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 22:22:33 +0000 Subject: [PATCH] Bump the pre-commit-hooks group with 2 updates Bumps the pre-commit-hooks group with 2 updates: [https://github.com/pre-commit/mirrors-mypy](https://github.com/pre-commit/mirrors-mypy) and [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit). Updates `https://github.com/pre-commit/mirrors-mypy` from v2.1.0 to 2.2.0 - [Commits](https://github.com/pre-commit/mirrors-mypy/compare/v2.1.0...v2.2.0) Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.20 to 0.15.21 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.20...v0.15.21) --- updated-dependencies: - dependency-name: https://github.com/pre-commit/mirrors-mypy dependency-version: 2.2.0 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.21 dependency-type: direct:production dependency-group: pre-commit-hooks ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 353bacc..c05189f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: hooks: - id: checkmake - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.1.0 + rev: v2.2.0 hooks: - id: mypy additional_dependencies: @@ -41,7 +41,7 @@ repos: - types-setuptools stages: [manual] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.20 + rev: v0.15.21 hooks: - id: ruff-check args: ["--fix"]