mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Set ruff requires-version to 0.3.4 (#114388)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user