Add ISC001 PYI036 SIM113 mypy rules (#2936)
authorOzGav <gavnosp@hotmail.com>
Tue, 6 Jan 2026 13:43:56 +0000 (23:43 +1000)
committerGitHub <noreply@github.com>
Tue, 6 Jan 2026 13:43:56 +0000 (14:43 +0100)
* Add ISC001 PYI036 SIM113 mypy rules

* Add multiple mypy rules

* revert one line

pyproject.toml

index 1b6af7bed98e6a4d7251427416b261f8c085d5da..826b2af696a6418dd1f9b4c46f937c8170094fca 100644 (file)
@@ -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",