ruff

Extremely fast Python linter and formatter written in Rust

brewmacoslinux
Try with needOr install directly
Source

About

Extremely fast Python linter, written in Rust

Commands

ruff

Examples

Lint all Python files in the current directory$ ruff check .
Format Python files automatically$ ruff format .
Lint a specific file and show detailed output$ ruff check myfile.py --show-source