From 226c27daa0fbd1ac0edbec37708b0409d8505a47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 01:30:42 +0000 Subject: [PATCH] Update all non-major dependencies | datasource | package | from | to | | ----------- | ---------------------------- | ------- | ------- | | github-tags | astral-sh/ruff-pre-commit | v0.15.1 | v0.15.5 | | github-tags | astral-sh/uv-pre-commit | 0.10.3 | 0.10.9 | | github-tags | zizmorcore/zizmor-pre-commit | v1.22.0 | v1.23.1 | --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7448499..ec7102d 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.5 hooks: - id: ruff-check - id: ruff-format @@ -24,7 +24,7 @@ repos: - id: fix-byte-order-marker - id: detect-private-key - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.22.0 + rev: v1.23.1 hooks: - id: zizmor - repo: local @@ -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.9 hooks: - id: uv-lock