Ruff v0.16.0 – Significant new updates – 413 default rules up from 59
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.
New features in v0.16 #Ruff v0.16 also includes several newly stabilized features that are highlighted below.
For example:# README Here's an example: ```py import ruff ruff_binary = ( ruff.find_ruff_bin() ) ```will be reformatted when running ruff format :This can also be used to format Quarto notebooks because Ruff still recognizes the language when surrounded by curly braces (e.g.
In v0.15, the Ruff linter gained a range suppression mechanism through paired ruff: disable and ruff: enable comments, much like the fmt: off and fmt: on pair…
1 час назад @ astral.sh
infomate