From 2e74c63aaeb709693f0a75ed9fac9bd436545593 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 06:51:19 +0200 Subject: [PATCH] Update ruff (#181906) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- requirements_test_pre_commit.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b54d5e287cf2..7496fcaffcdf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.5 + rev: v0.16.6 hooks: - id: ruff-check args: diff --git a/pyproject.toml b/pyproject.toml index a6f2406cc4f2..8a2440f3a6f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -638,7 +638,7 @@ exclude_lines = [ ] [tool.ruff] -required-version = ">=0.16.5" +required-version = ">=0.16.6" [tool.ruff.lint] select = [ diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 09f7f2ec9ed3..cbf553e69a09 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -1,6 +1,6 @@ # Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit codespell==2.4.3 -ruff==0.16.5 +ruff==0.16.6 yamllint==1.38.0 zizmor==1.30.0