From: OzGav Date: Tue, 6 Jan 2026 13:43:56 +0000 (+1000) Subject: Add ISC001 PYI036 SIM113 mypy rules (#2936) X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=51cd678b4027a5a6003b7cbcb42b0b988a6cdd90;p=music-assistant-server.git Add ISC001 PYI036 SIM113 mypy rules (#2936) * Add ISC001 PYI036 SIM113 mypy rules * Add multiple mypy rules * revert one line --- diff --git a/pyproject.toml b/pyproject.toml index 1b6af7be..826b2af6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -197,7 +197,7 @@ ignore = [ "TRY003", # Just annoying, not really useful "TRY400", # Just annoying, not really useful "COM812", # Conflicts with the Ruff formatter - "ISC001", # TEMPORARY DISABLED rules # The below rules must be enabled later one-by-one ! + # TEMPORARY DISABLED rules # The below rules must be enabled later one-by-one ! "BLE001", "FBT001", "FBT002", @@ -216,7 +216,6 @@ ignore = [ "PTH120", "PTH123", "PYI034", - "PYI036", "G004", "PGH003", "DTZ005", @@ -224,7 +223,6 @@ ignore = [ "S105", "S106", "SLF001", - "SIM113", "SIM102", "PERF401", "PERF402",