From 890d376b3816041f32979579e2e6fdd2b1f88bad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 15:01:21 +0200 Subject: [PATCH] Update ruff (#179481) 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 1d5ec6f7581f..b3b7f22f3475 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.2 + rev: v0.16.3 hooks: - id: ruff-check args: diff --git a/pyproject.toml b/pyproject.toml index 4236dd14421d..75f770907028 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -641,7 +641,7 @@ exclude_lines = [ ] [tool.ruff] -required-version = ">=0.16.2" +required-version = ">=0.16.3" [tool.ruff.lint] select = [ diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index 937c4142ca06..31ef76e3d12a 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.2 +ruff==0.16.3 yamllint==1.38.0 zizmor==1.29.0