From: OzGav Date: Thu, 20 Nov 2025 13:04:47 +0000 (+1000) Subject: Enable disabled lint rules (#2658) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=149148ec4635a4a9528cbc3b69dc1125b736e7cf;p=music-assistant-server.git Enable disabled lint rules (#2658) --- diff --git a/pyproject.toml b/pyproject.toml index b5df9350..6239a336 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -240,10 +240,8 @@ ignore = [ "C901", "PTH119", "PTH116", - "DTZ003", "RUF012", "S304", - "DTZ003", "RET507", "RUF006", "TRY300", @@ -252,12 +250,10 @@ ignore = [ "N818", "S307", "B007", - "RUF009", "ANN204", "PTH202", "ASYNC109", "ASYNC110", - "A005", ] select = ["ALL"]