uv 0.8.13 Experimentally Adds Code Formatting: uv format

2025-08-22
uv 0.8.13 Experimentally Adds Code Formatting: uv format

uv 0.8.13 experimentally introduces the highly anticipated `uv format` command for Python developers. This integrates code formatting directly into uv, streamlining Python workflows and eliminating the need to juggle multiple tools. Under the hood, `uv format` uses Ruff to automatically style code consistently. After upgrading to 0.8.13 or later, use `uv format` – it works similarly to `ruff format` and allows custom formatting via arguments after `--`. Note: this is experimental; future versions may change.

Read more
Development