←back to thread

365 points tanelpoder | 1 comments | | HN request time: 0.203s | source
Show context
ayhanfuat ◴[] No.44977982[source]
> an experimental new command that Python developers have been waiting for: uv format

Have developers really been waiting for this? What's wrong with ruff format?

replies(3): >>44978017 #>>44978280 #>>44978663 #
1. chippiewill ◴[] No.44978663[source]
I've been waiting.

uv is trying to deliver the same experience as cargo does for rust. Just install a single CLI and it's the only tool you have to worry about when working on your Python project.

There's nothing wrong with `ruff format`, but it's nice to have `uv` as a universal entrypoint.