1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Update ruff (#169473)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-04-29 16:11:22 +02:00
committed by GitHub
parent b8bb2e0090
commit d82ce1e22d
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.11
rev: v0.15.12
hooks:
- id: ruff-check
args:
+1 -1
View File
@@ -656,7 +656,7 @@ exclude_lines = [
]
[tool.ruff]
required-version = ">=0.15.11"
required-version = ">=0.15.12"
[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.11
ruff==0.15.12
yamllint==1.38.0
zizmor==1.24.1