From a7ca6322720de8d077d414325e8087bf007520a0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 18:02:08 +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/biomejs/pre-commit: 3e8b293b5e343b39246e76fed741691f0206b3d4 → 08eb05de15ce57c7eb9c9ef536540ad13098d687](https://github.com/biomejs/pre-commit/compare/3e8b293b5e343b39246e76fed741691f0206b3d4...08eb05de15ce57c7eb9c9ef536540ad13098d687) - [github.com/tox-dev/pyproject-fmt: 67cd950188cc8e2611e9ac21d1b032fdd446c601 → cc0b0f8d4107cfe80d6571644e639b05aee29128](https://github.com/tox-dev/pyproject-fmt/compare/67cd950188cc8e2611e9ac21d1b032fdd446c601...cc0b0f8d4107cfe80d6571644e639b05aee29128) - [github.com/astral-sh/ruff-pre-commit: 65dbdb59d2f2d9c3bdc343c566821ad3319ddaa3 → aab412d509121cb5f7533134b7e67f9fab59c682](https://github.com/astral-sh/ruff-pre-commit/compare/65dbdb59d2f2d9c3bdc343c566821ad3319ddaa3...aab412d509121cb5f7533134b7e67f9fab59c682) --- .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 fcb375f..2c3b3c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,16 +7,16 @@ default_stages: minimum_pre_commit_version: 2.16.0 repos: - repo: https://github.com/biomejs/pre-commit - rev: 3e8b293b5e343b39246e76fed741691f0206b3d4 # frozen: v2.5.8 + rev: 08eb05de15ce57c7eb9c9ef536540ad13098d687 # frozen: v2.5.10 hooks: - id: biome-format exclude: ^\.cruft\.json$ # inconsistent indentation with cruft - file never to be modified manually. - repo: https://github.com/tox-dev/pyproject-fmt - rev: 67cd950188cc8e2611e9ac21d1b032fdd446c601 # frozen: v2.28.0 + rev: cc0b0f8d4107cfe80d6571644e639b05aee29128 # frozen: v2.28.1 hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 65dbdb59d2f2d9c3bdc343c566821ad3319ddaa3 # frozen: v0.16.3 + rev: aab412d509121cb5f7533134b7e67f9fab59c682 # frozen: v0.16.4 hooks: - id: ruff-check types_or: [python, pyi, jupyter]