From f156ad0a3fe2af660cc8effd7e24b02dc87f0400 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 20:10:51 +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/psf/black: 25.11.0 → 25.12.0](https://github.com/psf/black/compare/25.11.0...25.12.0) - [github.com/astral-sh/uv-pre-commit: 0.9.13 → 0.9.18](https://github.com/astral-sh/uv-pre-commit/compare/0.9.13...0.9.18) --- .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 b0086d54..22a470fb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: hooks: - id: pycln - repo: 'https://github.com/psf/black' - rev: 25.11.0 + rev: 25.12.0 hooks: - id: black args: @@ -55,7 +55,7 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 0.9.13 + rev: 0.9.18 hooks: # Update the uv lockfile - id: uv-lock