uv 0.8.13 Introduces Experimental Code Formatting Feature Using Ruff
By
tanelpoder
Plain bagel done well. Pleasantly substantive.
Summary
The latest uv release (0.8.13) introduces an experimental 'uv format' command that brings Python code formatting directly into the uv toolkit. This new feature uses Ruff's formatter under the hood to automatically style Python code according to consistent standards, eliminating the need for developers to use multiple separate tools for basic development workflows.
Key quotes
· 3 pulledThe latest uv release (0.8.13) quietly introduced an experimental new command that Python developers have been waiting for: uv format.
This addition brings code formatting directly into uv's toolkit, eliminating the need to juggle multiple tools for basic Python development workflows.
The uv format command provides Python code formatting through uv's interface. Under the hood, it calls Ruff's formatter to automatically style your code according to consistent standards.
You might also wanna read
Pyrefly: High-Performance Python Type Checker and Language Server
Pyrefly is a high-performance Python type checker and language server that offers rapid type checking capabilities (over 1.85 million lines
Researcher's "ADHD" tool for Claude Code claims 2x improvement; experts call for more evidence
Solo researcher Udit Akhouri released a third-party Agent SDK tool called "ADHD" for Claude Code on Reddit, claiming it helps coding agents
bit.ly·4h agoMicrosoft Foundry Skill: Reusable Guidance for Coding Agent Workflows
The Microsoft Foundry Skill is a meta-skill for coding agents that provides reusable guidance for Foundry agent workflows. It helps standard
Erlang Ecosystem Foundation Launches Central Company Registry
The Erlang Ecosystem Foundation has launched a new canonical company registry at registry.erlef.org. The registry aims to serve members, spo
aislop: Open-source CLI tool detects low-quality code patterns left by AI coding agents
aislop is an open-source CLI tool (MIT-licensed) that detects low-quality patterns left behind by AI coding agents like Claude Code, Cursor,
wterm: A DOM-based Web Terminal Emulator Powered by Zig and WebAssembly
wterm is a web-based terminal emulator that renders directly to the DOM, providing native text selection, copy/paste, find functionality, an
