完成 Ruff 全量清理

This commit is contained in:
yml2213
2026-08-31 10:55:44 +08:00
parent 840af3108e
commit 09ab80e062
68 changed files with 323 additions and 291 deletions
+2 -2
View File
@@ -386,9 +386,9 @@ class BindMixin:
]
if not bound:
return None
return sorted(
return min(
bound, key=lambda info: prefer.index(str(info.get("act_alias") or ""))
)[0]
)
def _pick_baseline_bind_info(
self,