From 933b73c667e35a7e3d8120e6da1f92aaa44d055a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:31:03 +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.8.3 → v0.16.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.3...v0.16.1) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v2.3.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.13.0...v2.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v6.0.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 7cc7d3d..1eee627 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.3 + rev: v0.16.1 hooks: - id: ruff args: - --fix - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.13.0" + rev: "v2.3.0" hooks: - id: mypy args: @@ -14,6 +14,6 @@ repos: - --follow-imports=silent - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 # Use the ref you want to point at + rev: v6.0.0 # Use the ref you want to point at hooks: - id: trailing-whitespace