Skip to content

Commit

Permalink
Fix ruff configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
s-t-e-v-e-n-k committed Oct 25, 2024
1 parent 9545570 commit f9ea4aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ path = "jellyash/__init__.py"

[tool.ruff]
line-length = 77
select = ["E", "F", "W", "I", "N", "U"]
fix = true
show-source = true
output-format = "full"

[tool.ruff.lint]
select = ["E", "F", "W", "I", "N", "U"]

[[tool.mypy.overrides]]
module = "jellyfin_apiclient_python.*"
Expand Down

0 comments on commit f9ea4aa

Please sign in to comment.