From 51cd678b4027a5a6003b7cbcb42b0b988a6cdd90 Mon Sep 17 00:00:00 2001 From: OzGav Date: Tue, 6 Jan 2026 23:43:56 +1000 Subject: [PATCH] Add ISC001 PYI036 SIM113 mypy rules (#2936) * Add ISC001 PYI036 SIM113 mypy rules * Add multiple mypy rules * revert one line --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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", -- 2.34.1