projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74835eb
)
Add comment about ASYNC109 to project file
author
Marvin Schenkel
<marvinschenkel@gmail.com>
Tue, 20 Jan 2026 10:43:12 +0000
(11:43 +0100)
committer
Marvin Schenkel
<marvinschenkel@gmail.com>
Tue, 20 Jan 2026 10:43:12 +0000
(11:43 +0100)
pyproject.toml
patch
|
blob
|
history
diff --git
a/pyproject.toml
b/pyproject.toml
index b8e566d21a145a6d970495cf95a77ea15d45218a..2ba6e87b911156c90bab65764d3540f29578e6a7 100644
(file)
--- 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",
]