Ruff v0.16.0 – Significant new updates – 413 default rules up from 59
Install it from PyPI, or with your package manager of choice: uv tool install ruff@latest As a reminder: Ruff is an extremely fast Python linter and formatter, written in Rust. Ruff can be used to replace Black, Flake8 (plus dozens of plugins), isort, pydocstyle, pyupgrade, and more, all while executing tens or hundreds of times faster than any individual tool. Migrating to v0.16 # Ruff v0.16 has a small number of breaking changes, allowing most users to update without significant changes to code or configuration.
- ▪Install it from PyPI, or with your package manager of choice: uv tool install ruff@latest As a reminder: Ruff is an extremely fast Python linter and formatter, written in Rust.
- ▪Ruff can be used to replace Black, Flake8 (plus dozens of plugins), isort, pydocstyle, pyupgrade, and more, all while executing tens or hundreds of times faster than any individual tool.
- ▪Migrating to v0.16 # Ruff v0.16 has a small number of breaking changes, allowing most users to update without significant changes to code or configuration.
Hacker News (Front Page) files mainly under programming. We currently carry 604 of its stories. Top-voted stories on Hacker News.
Opening excerpt (first ~120 words) tap to expand
Ruff v0.16.0 is available now! Install it from PyPI, or with your package manager of choice: uv tool install ruff@latest As a reminder: Ruff is an extremely fast Python linter and formatter, written in Rust. Ruff can be used to replace Black, Flake8 (plus dozens of plugins), isort, pydocstyle, pyupgrade, and more, all while executing tens or hundreds of times faster than any individual tool. Migrating to v0.16 # Ruff v0.16 has a small number of breaking changes, allowing most users to update without significant changes to code or configuration. The main exception is described below. Better default rule set # Ruff now enables 413 rules by default, up from 59 in previous versions.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Hacker News: Front Page.