|
|
|
|
|
by slightwinder
294 days ago
|
|
> To clarify, `ruff` and `uv` aren't being merged. ruff at least seems to be compiled into uv, as the format worked here without a local ruff. This is significant more than just an interface. Whether they are managed and developed as separate tools doesn't matter. > This is more about providing a simpler experience for users that don't want to think about their formatter as a separate tool. Then build a separate interface, some script/binary acting as a unified interface, maybe with its separate distribution of all tools. Pushing it into uv is just adding a burden to those who don't want this. uv and ruff are poor names anyway, this could be used to at least introduce a good name for this everything-python-tool they seem to aim for. |
|
[1]: https://github.com/astral-sh/uv/pull/15017