←back to thread

365 points tanelpoder | 1 comments | | HN request time: 0.419s | source
Show context
cwyers ◴[] No.44978375[source]
The HN commenters in a nutshell:

ruff: Aww, you're sweet!

uv format: Hello, human resources?

Meanwhile, they provide identical functionality. (`Under the hood, it calls Ruff’s formatter to automatically style your code according to consistent standards.`)

replies(5): >>44978486 #>>44978506 #>>44978586 #>>44978650 #>>44981401 #
comradesmith ◴[] No.44978650[source]
Cause one is a formatter and the other is a package manager. That shouldn’t be hard to understand.
replies(2): >>44978677 #>>44978708 #
1. chippiewill ◴[] No.44978677[source]
`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.