Update ruff (#179481)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-08-18 15:01:21 +02:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent 465366ad77
commit 890d376b38
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
repos: repos:
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.16.2 rev: v0.16.3
hooks: hooks:
- id: ruff-check - id: ruff-check
args: args:
+1 -1
View File
@@ -641,7 +641,7 @@ exclude_lines = [
] ]
[tool.ruff] [tool.ruff]
required-version = ">=0.16.2" required-version = ">=0.16.3"
[tool.ruff.lint] [tool.ruff.lint]
select = [ select = [
+1 -1
View File
@@ -1,6 +1,6 @@
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit # Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit
codespell==2.4.3 codespell==2.4.3
ruff==0.16.2 ruff==0.16.3
yamllint==1.38.0 yamllint==1.38.0
zizmor==1.29.0 zizmor==1.29.0