mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +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",
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
required-version = ">=0.3.4"
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = [
|
||||
"B002", # Python does not support the unary prefix increment
|
||||
|
Loading…
x
Reference in New Issue
Block a user