nikisweeting 2 days ago

Package managers providing a shortcut to call a standardized formatter is a very popular feature in many languages, also not hard to understand the appeal:

- cargo fmt

- go fmt

- deno fmt

- dart format

chippiewill 2 days ago

`uv` isn't a package manager (that's the `uv-pip` sub command), it's a project manager. It's meant to manage all aspects of the project.