Add comment about ASYNC109 to project file
authorMarvin Schenkel <marvinschenkel@gmail.com>
Tue, 20 Jan 2026 10:43:12 +0000 (11:43 +0100)
committerMarvin Schenkel <marvinschenkel@gmail.com>
Tue, 20 Jan 2026 10:43:12 +0000 (11:43 +0100)
pyproject.toml

index b8e566d21a145a6d970495cf95a77ea15d45218a..2ba6e87b911156c90bab65764d3540f29578e6a7 100644 (file)
@@ -197,6 +197,7 @@ ignore = [
   "TRY003", # Just annoying, not really useful
   "TRY400", # Just annoying, not really useful
   "COM812", # Conflicts with the Ruff formatter
+  "ASYNC109", # Not relevant, since we use helpers with configurable timeouts
   # TEMPORARY DISABLED rules  # The below rules must be enabled later one-by-one !
   "BLE001",
   "FBT001",
@@ -249,7 +250,6 @@ ignore = [
   "S307",
   "B007",
   "ANN204",
-  "ASYNC109",
   "ASYNC110",
 ]