Comment by charliermarsh
Comment by charliermarsh 2 days ago
To clarify, `ruff` and `uv` aren't being merged. They remain separate tools. This is more about providing a simpler experience for users that don't want to think about their formatter as a separate tool.
The analogy would be to Cargo: `cargo fmt` just runs `rustfmt`, but you can also run `rustfmt` separately if you want.
Thank you for writing software for all of us Python day-jobbers who wish we were writing Rust instead.