From d21ce89dcd3d9c133c3318b42b67e3af83b1f6cc Mon Sep 17 00:00:00 2001 From: Marvin Schenkel Date: Tue, 20 Jan 2026 11:43:12 +0100 Subject: [PATCH] Add comment about ASYNC109 to project file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b8e566d2..2ba6e87b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", ] -- 2.34.1