From 552bd689f24dc1b1f63918b6e69976b1659b8d17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 02:44:15 +0000 Subject: [PATCH] chore(pre-commit): bump the pre-commit group with 2 updates Bumps the pre-commit group with 2 updates: [https://github.com/astral-sh/uv-pre-commit](https://github.com/astral-sh/uv-pre-commit) and [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit). Updates `https://github.com/astral-sh/uv-pre-commit` from 0.11.24 to 0.11.28 - [Release notes](https://github.com/astral-sh/uv-pre-commit/releases) - [Commits](https://github.com/astral-sh/uv-pre-commit/compare/73c2d77a42a113aee9e4b748c24937f09557b82d...d9fca3320346514799461a80b0753eb45d707d46) Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.19 to 0.15.21 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/745be0411e3c150e246d527e531e5a221b8c3462...01a675ea018f2fb714478a5ffb83fcea8374bb06) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/uv-pre-commit dependency-version: 0.11.28 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.21 dependency-type: direct:production dependency-group: pre-commit ... Signed-off-by: dependabot[bot] --- .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 35729bd..4ef4962 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/astral-sh/uv-pre-commit # uv version. - rev: 73c2d77a42a113aee9e4b748c24937f09557b82d # 0.11.24 + rev: d9fca3320346514799461a80b0753eb45d707d46 # 0.11.28 hooks: - id: uv-lock - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 745be0411e3c150e246d527e531e5a221b8c3462 # v0.15.19 + rev: 01a675ea018f2fb714478a5ffb83fcea8374bb06 # v0.15.21 hooks: # Run the linter. https://docs.astral.sh/ruff/linter/ - id: ruff-check