Update ruff (#182537)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-09-18 06:52:15 +02:00
committed by GitHub
parent 0804e09621
commit be103914a1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.16.6
rev: v0.16.7
hooks:
- id: ruff-check
args:
+1 -1
View File
@@ -638,7 +638,7 @@ exclude_lines = [
]
[tool.ruff]
required-version = ">=0.16.6"
required-version = ">=0.16.7"
[tool.ruff.lint]
select = [
+1 -1
View File
@@ -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.6
ruff==0.16.7
yamllint==1.38.0
zizmor==1.30.1