From 8efc304539caac794403c4231082167a954d5fd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 01:07:19 +0000 Subject: [PATCH] chore(deps): update ruff to v0.14.14 --- python/.pre-commit-config.yaml | 2 +- python/pyproject.toml.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/.pre-commit-config.yaml b/python/.pre-commit-config.yaml index 2f9074b..d0ad15d 100644 --- a/python/.pre-commit-config.yaml +++ b/python/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.14.10 + rev: v0.14.14 hooks: - id: ruff - repo: https://github.com/RobertCraigie/pyright-python diff --git a/python/pyproject.toml.j2 b/python/pyproject.toml.j2 index 545356b..21fc6b0 100644 --- a/python/pyproject.toml.j2 +++ b/python/pyproject.toml.j2 @@ -291,7 +291,7 @@ dev = [ "pyright==1.1.408", "pytest==8.4.2", "rope==1.14.0", - "ruff==0.14.10", + "ruff==0.14.14", "setuptools-scm==9.2.2", "toml==0.10.2", "tox-pdm==0.7.2",