From 5e50b9e30a99f6db3b5232eb11e505dba2bbf3d3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 18:11:26 +0000 Subject: [PATCH] chore: [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.14.14](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.2...v0.14.14) - [github.com/gitleaks/gitleaks: v8.21.2 → v8.30.0](https://github.com/gitleaks/gitleaks/compare/v8.21.2...v8.30.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.3.0...v2.4.1) - [github.com/compilerla/conventional-pre-commit: v3.6.0 → v4.3.0](https://github.com/compilerla/conventional-pre-commit/compare/v3.6.0...v4.3.0) --- .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 e0e1d99..ef76e2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ default_language_version: python: python3.10 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-toml @@ -14,7 +14,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.2 + rev: v0.14.14 hooks: - id: ruff args: @@ -23,17 +23,17 @@ repos: files: ^source/ - id: ruff-format - repo: https://github.com/gitleaks/gitleaks - rev: v8.21.2 + rev: v8.30.0 hooks: - id: gitleaks - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell additional_dependencies: - tomli - repo: https://github.com/compilerla/conventional-pre-commit - rev: v3.6.0 + rev: v4.3.0 hooks: - id: conventional-pre-commit stages: [commit-msg]