From f9ea4aa7a12fbf2f493ef189049a65f1f4a6864d Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 25 Oct 2024 18:21:01 +1100 Subject: [PATCH] Fix ruff configuration --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c6c3056..9abca93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.*"