From e5ba852517d1a051d963e88524db2a7d444837cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 01:15:02 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | ------------------------- | ------- | ------- | | github-tags | astral-sh/ruff-pre-commit | v0.15.1 | v0.15.4 | | github-tags | astral-sh/uv-pre-commit | 0.10.3 | 0.10.7 | --- .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 7448499..e70d27a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: hooks: - id: check-merge-conflict - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.1 + rev: v0.15.4 hooks: - id: ruff-check - id: ruff-format @@ -36,6 +36,6 @@ repos: require_serial: true entry: npx prettier --write --ignore-unknown - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.10.3 + rev: 0.10.7 hooks: - id: uv-lock