Enable disabled lint rules (#2658)
authorOzGav <gavnosp@hotmail.com>
Thu, 20 Nov 2025 13:04:47 +0000 (23:04 +1000)
committerGitHub <noreply@github.com>
Thu, 20 Nov 2025 13:04:47 +0000 (14:04 +0100)
pyproject.toml

index b5df9350e0a1f585c4da68aa1eda22092d751ec6..6239a33611eb6a6ad80425b67a051a528f878eba 100644 (file)
@@ -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"]