---
title: "Ruff v0.15.0"
url: https://daily.dev/posts/ruff-v0-15-0-wdnafr4xj
source_url: https://astral.sh/blog/ruff-v0.15.0
type: article
source: "Astral"
published: 2026-03-31T12:27:07.587Z
updated: 2026-03-31T12:31:59.418Z
tags: ["python", "rust"]
reading_time: 8
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Ruff v0.15.0

**[Astral](https://daily.dev/sources/astral-sh)** · 8 min read · 0 upvotes · 0 comments

## Summary

Ruff v0.15.0 introduces the Ruff 2026 style guide for the formatter, featuring improved lambda formatting (parameters kept on one line, body parenthesized), simplified except blocks for Python 3.14+ (PEP 758), and preserved empty lines at function body starts. The release also stabilizes block-level lint suppressions via ruff: disable/enable comments, adds 16 new stable lint rules, and stabilizes 6 existing rule behaviors. Additional changes include improved fmt: skip handling for one-liners, two preview formatting styles (fluent method chains, hugging parentheses), and Docker image base updates.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://astral.sh/blog/ruff-v0.15.0>

## Similar posts on daily.dev

- [Ruff v0.16.0](https://daily.dev/posts/ruff-v0-16-0-by368rknj) · Astral · 22 upvotes · 0 comments

---

Tags: [#python](https://daily.dev/tags/python), [#rust](https://daily.dev/tags/rust)

[View this post on daily.dev](https://daily.dev/posts/ruff-v0-15-0-wdnafr4xj)
