From: Marvin Schenkel Date: Tue, 20 Jan 2026 10:43:12 +0000 (+0100) Subject: Add comment about ASYNC109 to project file X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=d21ce89dcd3d9c133c3318b42b67e3af83b1f6cc;p=music-assistant-server.git Add comment about ASYNC109 to project file --- 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", ]