From 8cc92bedbff0e031a1210e4090d50fd808113e56 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 17:19:52 +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/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.9.0 → v0.15.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.0...v0.15.9) - [github.com/kynan/nbstripout: 0.7.1 → 0.9.1](https://github.com/kynan/nbstripout/compare/0.7.1...0.9.1) - [github.com/hoxbro/ty-pre-commit: v0.0.12 → v0.0.29](https://github.com/hoxbro/ty-pre-commit/compare/v0.0.12...v0.0.29) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.38.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 968be31..7ada712 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: no-commit-to-branch @@ -14,23 +14,23 @@ repos: - id: check-yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.0 + rev: v0.15.9 hooks: - id: ruff args: [--fix] - id: ruff-format - repo: https://github.com/kynan/nbstripout - rev: 0.7.1 + rev: 0.9.1 hooks: - id: nbstripout - repo: https://github.com/hoxbro/ty-pre-commit - rev: v0.0.12 + rev: v0.0.29 hooks: - id: ty-check - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.38.0 hooks: - id: yamllint