Close

Ruff

The Ruff formatter is a Python formatter written in Rust,

pyupgrade: A Modern Syntax Upgrader for Python

pyupgrade: A Modern Syntax Upgrader for Python

pyupgrade is a powerful tool designed to automatically upgrade Python syntax to take advantage of the features introduced in newer language versions. Developed by Anthony Sottile and hosted on GitHub, this tool can be integrated as a pre-commit hook, ensuring that your codebase remains modern and up-to-date with the latest […]

Devamını Oku

Astral: Next-gen Python tooling

Astral: Next-gen Python tooling

Astral is dedicated to enhancing the productivity of the Python ecosystem by developing high-performance developer tools. Their flagship product, Ruff, is an incredibly fast Python linter crafted in Rust. The speed and efficiency of Ruff have garnered attention and praise from various figures in the developer community. Notably, Nick Schrock, […]

Devamını Oku

The Ruff Formatter: An extremely fast, Black-compatible Python formatter

The Ruff Formatter: An extremely fast, Black-compatible Python formatter

The Ruff formatter is a Python formatter written in Rust, boasting speeds over 30x faster than Black and 100x faster than YAPF. This allows it to format large-scale Python projects in milliseconds while maintaining more than 99.9% compatibility with Black. The Ruff formatter is a part of the Ruff toolchain, […]

Devamını Oku