From 6a66781d8c0f44d9e9564089d12c587ff82cac07 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:33:41 +0000 Subject: [PATCH 1/2] [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.15.6 → v0.15.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.6...v0.15.7) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ebb002..6807e34 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.15.6' + rev: 'v0.15.7' hooks: - id: ruff args: [--fix] From d520a5b4f621217bcfeb9ee4c3f910085e188998 Mon Sep 17 00:00:00 2001 From: Steven Looman Date: Mon, 30 Mar 2026 22:11:04 +0200 Subject: [PATCH 2/2] Bump ruff to 0.15.7 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8a4db4b..fd19079 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,7 @@ deps = basepython = python3 ignore_errors = True deps = - ruff == 0.15.6 + ruff == 0.15.7 commands = ruff check didl_lite tests ruff format --check didl_lite tests