Set ruff requires-version to 0.3.4 (#114388)

This commit is contained in:
Sid
2024-03-28 18:45:07 +01:00
committed by GitHub
parent 443bfee16d
commit 5523cb6be8

View File

@@ -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