Comment by vivzkestrel
2 days ago
Anyone from uv reading this? please scrap this thing, there is a separate formatter ruff that anyone ll use if they want a formatter. please do not complicate stuff. ruff ll come with its own configuration. this will have its own config at some point. potential rule clashes, ignore plugins. please do not go in this direction
Ruff and uv are written by the same company, astral
A clean alternative: automatically adding ruff as a tool when creating a new pyproject.toml file, with a command line flag to opt out for the minority who know they don't intend to use ruff. For the majority of users, simplicity is worth an accidental download.
this command is more or less an alias for calling Ruff, it's quite explicitly written in the article