From 0932e83b155c6d33af8176bf1abca248fed806aa Mon Sep 17 00:00:00 2001 From: Thomas Rupprecht Date: Tue, 20 May 2025 06:42:43 +0200 Subject: [PATCH] update ruff version to ``0.11.10`` in ``.pre-commit-config.yaml`` (#8851) --- .pre-commit-config.yaml | 2 +- requirements_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c3d5b9c783..d08ca10407 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.11.9 + rev: v0.11.10 hooks: # Run the linter. - id: ruff diff --git a/requirements_test.txt b/requirements_test.txt index 863c320d96..bb2e1510dc 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,6 +1,6 @@ pylint==3.3.7 flake8==7.2.0 # also change in .pre-commit-config.yaml when updating -ruff==0.11.10 # also change in .pre-commit-config.yaml when updating +ruff==0.11.10 # also change in .pre-commit-config.yaml when updating pyupgrade==3.19.1 # also change in .pre-commit-config.yaml when updating pre-commit