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
+4 -2
View File
@@ -3,7 +3,8 @@
Usage:
uv run scripts/winbuild.py
This runs in the project environment where dependencies are available via pyproject.toml.
This runs in the project environment where dependencies
are available via pyproject.toml.
This script:
1. Reads the version from pyproject.toml
@@ -248,7 +249,8 @@ def main() -> None:
ensure_macos_icon()
else:
print(
"Skipping ffmpeg bundling on this platform (uses system ffmpeg if available)."
"Skipping ffmpeg bundling on this platform "
"(uses system ffmpeg if available)."
)
build_wheel()
build_executable()