From dbdef910d0d2b664467de433fb388c5ee3b443f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 22:11:05 +0000 Subject: [PATCH] chore(pre-commit): update ruff to v0.15.11 --- .pre-commit-config.yaml | 2 +- test/requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ed0c2bf6083..dd39158f187 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: pass_filenames: false - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.6 + rev: v0.15.11 hooks: - id: ruff-check types: [text] diff --git a/test/requirements-dev.txt b/test/requirements-dev.txt index 7f0b54718af..0868158b5ee 100644 --- a/test/requirements-dev.txt +++ b/test/requirements-dev.txt @@ -3,4 +3,4 @@ -r requirements.txt mypy==1.8.0 -ruff==0.15.6 +ruff==0.15.11