From 36c7266bde96d8af6d2766f0c062b1b1eeee85b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 16:45:52 +0000 Subject: [PATCH] chore(pre-commit): update ruff to v0.12.3 --- .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 2fb939c1911..1a200ccf229 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: pass_filenames: false - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.7 + rev: v0.12.3 hooks: - id: ruff types: [text] diff --git a/test/requirements-dev.txt b/test/requirements-dev.txt index c7b3af7f611..4d21a6d43af 100644 --- a/test/requirements-dev.txt +++ b/test/requirements-dev.txt @@ -3,4 +3,4 @@ -r requirements.txt mypy==1.8.0 -ruff==0.11.7 +ruff==0.12.3