mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Set ruff requires-version to 0.3.4 (#114388)
This commit is contained in:
parent
443bfee16d
commit
5523cb6be8
@ -598,6 +598,9 @@ filterwarnings = [
|
|||||||
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:webrtcvad",
|
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:webrtcvad",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[tool.ruff]
|
||||||
|
required-version = ">=0.3.4"
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
select = [
|
select = [
|
||||||
"B002", # Python does not support the unary prefix increment
|
"B002", # Python does not support the unary prefix increment
|
||||||
|
Loading…
x
Reference in New Issue
Block a user