Line too long errors

This commit is contained in:
2026-05-25 02:27:39 +00:00
parent 6115a3ff0a
commit 6646068adc
10 changed files with 50 additions and 28 deletions
+3 -1
View File
@@ -143,7 +143,9 @@ def find_dev_tool() -> list[str]:
if name == "bun":
logger.warning(
"Bun has a bug in WS proxying (https://github.com/oven-sh/bun/issues/9882). Consider using npm instead."
"Bun has a bug in WS proxying "
"(https://github.com/oven-sh/bun/issues/9882). "
"Consider using npm instead."
)
return [tool, *dev_args[name]]