Skip to content

Commit

Permalink
Set ruff requires-version to 0.3.4 (home-assistant#114388)
Browse files Browse the repository at this point in the history
  • Loading branch information
autinerd authored Mar 28, 2024
1 parent 443bfee commit 5523cb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5523cb6

Please sign in to comment.