From 17e36395ffc0bd276466fad146760d5f540f74ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 04:46:48 +0000 Subject: [PATCH] chore(deps): update pre-commit hooks --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 827ef83..a080990 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,14 +15,14 @@ repos: - id: check-shebang-scripts-are-executable - id: check-symlinks - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: "3.2.1" + rev: "3.6.0" hooks: - id: editorconfig-checker # Commits ---------------------------------------------------------------------------------------- - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: "v9.22.0" + rev: "v9.23.0" hooks: - id: commitlint stages: [commit-msg] @@ -31,7 +31,7 @@ repos: # Python ----------------------------------------------------------------------------------------- - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.12.0" + rev: "v0.14.10" hooks: - id: ruff args: ["--fix"] @@ -40,7 +40,7 @@ repos: # JSON, YAML, JavaScript ------------------------------------------------------------------------- - repo: https://github.com/biomejs/pre-commit - rev: "v2.0.0" + rev: "v2.3.11" hooks: - id: biome-ci additional_dependencies: ["@biomejs/biome"]