Skip to content

Commit f9ea4aa

Browse files
committed
Fix ruff configuration
1 parent 9545570 commit f9ea4aa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@ path = "jellyash/__init__.py"
2727

2828
[tool.ruff]
2929
line-length = 77
30-
select = ["E", "F", "W", "I", "N", "U"]
3130
fix = true
32-
show-source = true
31+
output-format = "full"
32+
33+
[tool.ruff.lint]
34+
select = ["E", "F", "W", "I", "N", "U"]
3335

3436
[[tool.mypy.overrides]]
3537
module = "jellyfin_apiclient_python.*"

0 commit comments

Comments
 (0)