Update ruff (#178413)

This commit is contained in:
renovate[bot]
2026-08-11 10:54:27 +02:00
committed by GitHub
parent 3d0a62d519
commit cff6e409f8
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.0
rev: v0.16.1
hooks:
- id: ruff-check
args:
+1 -1
View File
@@ -643,7 +643,7 @@ exclude_lines = [
]
[tool.ruff]
required-version = ">=0.16.0"
required-version = ">=0.16.1"
[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.0
ruff==0.16.1
yamllint==1.38.0
zizmor==1.28.0