From 85311ad9ef979958b6eb16fbdab4f27ed3dbd1bc Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 1 Mar 2026 00:43:43 +0000 Subject: [PATCH] chore(deps): update pre-commit hooks --- .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 fd5ae4e..3d63a2c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,11 +13,11 @@ repos: exclude: template - id: check-added-large-files - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.28 + rev: 0.10.7 hooks: - id: uv-lock - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.14.14' + rev: 'v0.15.4' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -40,7 +40,7 @@ repos: test/test_util_path.py )$ - repo: https://github.com/compilerla/conventional-pre-commit - rev: v4.3.0 + rev: v4.4.0 hooks: - id: conventional-pre-commit stages: [commit-msg]