mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Bump ruff to 0.3.7 (#115451)
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
This commit is contained in:
parent
348e1df949
commit
6d22dd073c
@ -1,6 +1,6 @@
|
||||
repos:
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||
rev: v0.3.5
|
||||
rev: v0.3.7
|
||||
hooks:
|
||||
- id: ruff
|
||||
args:
|
||||
|
@ -659,7 +659,7 @@ filterwarnings = [
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
required-version = ">=0.3.4"
|
||||
required-version = ">=0.3.7"
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = [
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit
|
||||
|
||||
codespell==2.2.6
|
||||
ruff==0.3.5
|
||||
ruff==0.3.7
|
||||
yamllint==1.35.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user