←back to thread

365 points tanelpoder | 2 comments | | HN request time: 0s | source
Show context
vovavili ◴[] No.44978360[source]
Can't you just do this? Why bundle?

  uvx ruff format .
replies(4): >>44978410 #>>44978597 #>>44980317 #>>44981795 #
1. tspng ◴[] No.44981795[source]
It's not bundled. `uv format` will use the `ruff` binary and more or less run `uvx ruff format` behind the scene.
replies(1): >>44984303 #
2. HelloNurse ◴[] No.44984303[source]
It's this "more or less" that is a problem. More complication, less reliability.