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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

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