From 2b6941f508225a0dd0ec6071a76972b86295b5a7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:45:58 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.4 → v0.14.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.4...v0.14.6) - [github.com/gitleaks/gitleaks: v8.24.2 → v8.29.1](https://github.com/gitleaks/gitleaks/compare/v8.24.2...v8.29.1) - [github.com/rhysd/actionlint: v1.7.8 → v1.7.9](https://github.com/rhysd/actionlint/compare/v1.7.8...v1.7.9) --- .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 a9d2f73..82555d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: # Python - Ruff - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.4 + rev: v0.14.6 hooks: # Run the linter - id: ruff @@ -25,12 +25,12 @@ repos: # Detect secrets - repo: https://github.com/gitleaks/gitleaks - rev: v8.24.2 + rev: v8.29.1 hooks: - id: gitleaks # Lint Github Actions - repo: https://github.com/rhysd/actionlint - rev: v1.7.8 + rev: v1.7.9 hooks: - id: actionlint