Update ruff (#179198)

This commit is contained in:
renovate[bot]
2026-08-15 13:56:19 +02:00
committed by GitHub
parent 0c33bd04c3
commit 500548f43b
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.1
rev: v0.16.2
hooks:
- id: ruff-check
args:
+1 -1
View File
@@ -643,7 +643,7 @@ exclude_lines = [
]
[tool.ruff]
required-version = ">=0.16.1"
required-version = ">=0.16.2"
[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.1
ruff==0.16.2
yamllint==1.38.0
zizmor==1.29.0