From 38a4fd56d1c20a8c1fc081e5106da0d3e47f475c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 22:35:56 +0000 Subject: [PATCH] chore(pre-commit): update ruff to v0.14.4 --- .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 4b96111cacc..aad1b121d79 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.14.3 + rev: v0.14.4 hooks: - id: ruff-check types: [text] diff --git a/test/requirements-dev.txt b/test/requirements-dev.txt index 9be6d9ae244..8a811ecc59f 100644 --- a/test/requirements-dev.txt +++ b/test/requirements-dev.txt @@ -3,4 +3,4 @@ -r requirements.txt mypy==1.8.0 -ruff==0.14.3 +ruff==0.14.4