From 5644fd1302f1b44e0c51ac70769908db8f3a198a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 13:24:41 +0000 Subject: [PATCH] chore(pre-commit): bump https://github.com/astral-sh/uv-pre-commit Bumps the pre-commit group with 1 update: [https://github.com/astral-sh/uv-pre-commit](https://github.com/astral-sh/uv-pre-commit). Updates `https://github.com/astral-sh/uv-pre-commit` from 0.11.32 to 0.12.0 - [Release notes](https://github.com/astral-sh/uv-pre-commit/releases) - [Commits](https://github.com/astral-sh/uv-pre-commit/compare/e3e6ef7d9bda544b2e795782dbd7d2a4fbd7eb6d...5900cba2cfe6d20f562458d4d308ac55569f92eb) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/uv-pre-commit dependency-version: 0.12.0 dependency-type: direct:production dependency-group: pre-commit ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 76931c4..0152ed1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: e3e6ef7d9bda544b2e795782dbd7d2a4fbd7eb6d # 0.11.32 + rev: 5900cba2cfe6d20f562458d4d308ac55569f92eb # 0.12.0 hooks: - id: uv-lock - repo: https://github.com/astral-sh/ruff-pre-commit