mirror of
https://github.com/home-assistant/core.git
synced 2026-08-19 12:48:57 +01:00
Update ruff (#178413)
This commit is contained in:
@@ -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
@@ -643,7 +643,7 @@ exclude_lines = [
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
required-version = ">=0.16.0"
|
||||
required-version = ">=0.16.1"
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = [
|
||||
|
||||
Generated
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user