Update ruff to v0.15.17 (#174246)

This commit is contained in:
renovate[bot]
2026-06-19 09:17:35 +02:00
committed by GitHub
parent a33a92982a
commit 699299a8e8
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.15.16
rev: v0.15.17
hooks:
- id: ruff-check
args:
+1 -1
View File
@@ -648,7 +648,7 @@ exclude_lines = [
]
[tool.ruff]
required-version = ">=0.15.16"
required-version = ">=0.15.17"
[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.2
ruff==0.15.16
ruff==0.15.17
yamllint==1.38.0
zizmor==1.24.1