From 40f9213364ecaacdcc6b811508309e278e1992ad Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 22:48:02 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.0...v0.15.4) - [github.com/rhysd/actionlint: v1.7.10 → v1.7.11](https://github.com/rhysd/actionlint/compare/v1.7.10...v1.7.11) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b273ce1..4a2eedb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -65,7 +65,7 @@ repos: stages: [commit-msg] additional_dependencies: ["@commitlint/config-conventional"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.0 + rev: v0.15.4 hooks: - id: ruff types_or: @@ -81,6 +81,6 @@ repos: - pyi - jupyter - repo: https://github.com/rhysd/actionlint - rev: v1.7.10 + rev: v1.7.11 hooks: - id: actionlint