uv/crates/uv-configuration
Zanie Blue e31f000da7
Add an experimental uv format command (#15017)
As a frontend to Ruff's formatter.

There are some interesting choices here, some of which may just be
temporary:

1. We pin a default version of Ruff, so `uv format` is stable for a
given uv version
2. We install Ruff from GitHub instead of PyPI, which means we don't
need a Python interpreter or environment
3. We do not read the Ruff version from the dependency tree

See https://github.com/astral-sh/ruff/pull/19665 for a prototype of the
LSP integration.
2025-08-21 06:33:18 -05:00
..
src Add an experimental uv format command (#15017) 2025-08-21 06:33:18 -05:00
Cargo.toml Move --config-settings structs into uv-distribution-types (#15278) 2025-08-14 15:07:47 +01:00