From ce2485618ab6edf642ea0cbe69b468d9762da224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 13:14:53 +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.12.0 to 0.12.1 - [Release notes](https://github.com/astral-sh/uv-pre-commit/releases) - [Commits](https://github.com/astral-sh/uv-pre-commit/compare/5900cba2cfe6d20f562458d4d308ac55569f92eb...8ff2449591c8de025b17661ba76d60237a1ae62b) Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.16.0 to 0.16.1 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/cb8c523fd4835aba42af70f4cad5568db4df0b6c...39d9ac5938dadb73df0564a45f163e25ff9fa6e2) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/uv-pre-commit dependency-version: 0.12.1 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.16.1 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 0152ed1..b1ce701 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: 5900cba2cfe6d20f562458d4d308ac55569f92eb # 0.12.0 + rev: 8ff2449591c8de025b17661ba76d60237a1ae62b # 0.12.1 hooks: - id: uv-lock - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: cb8c523fd4835aba42af70f4cad5568db4df0b6c # v0.16.0 + rev: 39d9ac5938dadb73df0564a45f163e25ff9fa6e2 # v0.16.1 hooks: # Run the linter. https://docs.astral.sh/ruff/linter/ - id: ruff-check