From a4fd3f36a0c591debd1623b915c98703420b8f47 Mon Sep 17 00:00:00 2001 From: DRL NextGen <220003231+DRL-NextGen@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:22:43 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 84b387c..a47e353 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.18 + rev: v0.15.20 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.23 + rev: 0.11.25 hooks: - id: uv-lock - id: uv-export @@ -76,7 +76,7 @@ repos: # Tombi - TOML formatting - repo: https://github.com/tombi-toml/tombi-pre-commit - rev: v1.1.4 + rev: v1.1.6 hooks: - id: tombi-format args: ["--offline"]