ruff==0.15.22
# An extremely fast Python linter and code formatter, written in Rust.
$ pip install ruff
🔗 This package's source is indexed on CodeBrowser too
View GitHub repo →
downloads/wk
0
license
—
version
0.15.22
python
>=3.7
What is ruff?
Ruff is a fast Python linter and code formatter written in Rust that checks your code for style violations and errors. It replaces tools like flake8, pylint, and pycodestyle with a single tool that runs significantly faster while offering similar or better checking capabilities. Developers use Ruff to automatically catch bugs and enforce consistent code style across their projects with minimal performance overhead.
Keywords