▲ | ayhanfuat 5 days ago | ||||||||||||||||
> 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? | |||||||||||||||||
▲ | chippiewill 5 days ago | parent | next [-] | ||||||||||||||||
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. | |||||||||||||||||
▲ | loloquwowndueo 5 days ago | parent | prev | next [-] | ||||||||||||||||
> Try out uv format in your next project and see how it fits into your development workflow. The experimental nature means your feedback could help shape how this feature evolves. So maybe nobody has been waiting for this and the feedback will be: we don’t need this. Also it uses ruff under the hood. If it’s integrated with uv, an advantage is one less tool to juggle. | |||||||||||||||||
| |||||||||||||||||
▲ | mintplant 5 days ago | parent | prev [-] | ||||||||||||||||
Well, the same functionality used to be bundled into rye before the switch to uv. I appreciate having one less dependency to declare again. |