From 6642cf3323cd5942ad7dfde9b8c5d572a125c62d Mon Sep 17 00:00:00 2001 From: DRL NextGen <220003231+DRL-NextGen@users.noreply.github.com> Date: Mon, 13 Jul 2026 06:36:33 +0000 Subject: [PATCH] build(hooks): update pre-commit hooks Signed-off-by: DRL NextGen <220003231+DRL-NextGen@users.noreply.github.com> --- .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 e457243..8f9536e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: # Ruff - Python linter and formatter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.20 + rev: v0.15.21 hooks: - id: ruff args: [--fix] @@ -43,7 +43,7 @@ repos: # UV lock check - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.26 + rev: 0.11.28 hooks: - id: uv-lock - id: uv-export