From 7fcd55cc2c6ec8f07c5f866ed8901c2651604d1d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 17:57:52 +0000 Subject: [PATCH] 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.16.7 → v0.16.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.7...v0.16.8) - [github.com/biomejs/pre-commit: v2.5.13 → v2.5.14](https://github.com/biomejs/pre-commit/compare/v2.5.13...v2.5.14) --- .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 2d01c57..2d9b8b9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: trailing-whitespace - id: no-commit-to-branch - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.7 + rev: v0.16.8 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] @@ -18,7 +18,7 @@ repos: hooks: - id: pyproject-fmt - repo: https://github.com/biomejs/pre-commit - rev: v2.5.13 + rev: v2.5.14 hooks: - id: biome-format - repo: https://github.com/pre-commit/mirrors-mypy