Skip to content

Commit

Permalink
Bump Ruff to 0.8.2 and fix new lints
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Dec 10, 2024
1 parent 2c0f9ab commit ac646ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
]

[project.optional-dependencies]
lint = ["ruff >= 0.5"]
lint = ["ruff >= 0.8.2"]
test = ["pytest >= 7.2", "pytest-cov >= 4.0"]
dev = ["mopidy-local[lint,test]", "tox >= 4.21"]

Expand All @@ -49,8 +49,6 @@ target-version = "py311"
select = ["ALL"]
ignore = [
"ANN", # flake8-annotations # TODO
"ANN101", # missing-type-self
"ANN102", # missing-type-cls
"ANN401", # any-type
"BLE001", # blind-except # TODO
"D", # pydocstyle
Expand Down

0 comments on commit ac646ba

Please sign in to comment.