mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 02:24:51 -05:00
Update ruff (#179481)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent
465366ad77
commit
890d376b38
@@ -1,6 +1,6 @@
|
|||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.16.2
|
rev: v0.16.3
|
||||||
hooks:
|
hooks:
|
||||||
- id: ruff-check
|
- id: ruff-check
|
||||||
args:
|
args:
|
||||||
|
|||||||
+1
-1
@@ -641,7 +641,7 @@ exclude_lines = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
required-version = ">=0.16.2"
|
required-version = ">=0.16.3"
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
select = [
|
select = [
|
||||||
|
|||||||
Generated
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit
|
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit
|
||||||
|
|
||||||
codespell==2.4.3
|
codespell==2.4.3
|
||||||
ruff==0.16.2
|
ruff==0.16.3
|
||||||
yamllint==1.38.0
|
yamllint==1.38.0
|
||||||
zizmor==1.29.0
|
zizmor==1.29.0
|
||||||
|
|||||||
Reference in New Issue
Block a user