From c0596fce2f0be6f2ee5ba9768488ee2d98e2657d Mon Sep 17 00:00:00 2001 From: DRL NextGen <220003231+DRL-NextGen@users.noreply.github.com> Date: Mon, 3 Aug 2026 06:30:15 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e457243..f4de617 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.16.1 hooks: - id: ruff args: [--fix] @@ -35,7 +35,7 @@ repos: # Codespell - Check for common misspellings - repo: https://github.com/codespell-project/codespell - rev: v2.4.2 + rev: v2.4.3 hooks: - id: codespell additional_dependencies: ["tomli"] @@ -43,7 +43,7 @@ repos: # UV lock check - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.26 + rev: 0.12.1 hooks: - id: uv-lock - id: uv-export @@ -64,7 +64,7 @@ repos: # Markdownlint - Markdown linting - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.23.0 + rev: v0.23.2 hooks: - id: markdownlint-cli2 @@ -76,7 +76,7 @@ repos: # Tombi - TOML formatting - repo: https://github.com/tombi-toml/tombi-pre-commit - rev: v1.2.0 + rev: v1.2.6 hooks: - id: tombi-format args: ["--offline"]