mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 16:05:12 +02:00
db668cb001
From maintainer Laurent Cheylus with small tweaks from sthen and myself Ruff is an extremely fast Python linter and code formatter, written in Rust. Ruff aims to be orders of magnitude faster than alternative tools while integrating more functionality behind a single, common interface. Ruff can be used to replace Flake8 (plus dozens of plugins), Black, isort, pydocstyle, pyupgrade, autoflake, and more, all while executing tens or hundreds of times faster than any individual tool.