←back to thread

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

  uvx ruff format .
replies(4): >>44978410 #>>44978597 #>>44980317 #>>44981795 #
ethan_smith ◴[] No.44980317[source]
The native integration offers persistent configuration, caching, and project-aware behavior that uvx (which just creates an ephemeral venv) doesn't provide.
replies(1): >>44987327 #
1. vovavili ◴[] No.44987327[source]
I would imagine that a person who is seriously concerned about any of that would just install a standalone version of ruff. Given the existence of uvx, this addition seems like feature creep to me.