←back to thread

365 points tanelpoder | 1 comments | | HN request time: 0s | 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. mintplant ◴[] No.44978280[source]
Well, the same functionality used to be bundled into rye before the switch to uv. I appreciate having one less dependency to declare again.