ruff
popularproductivitybrew
Astral · Linting, formatting, and python code quality from the terminal.
$ brew install ruffOne-liner to try
$ ruff check . && ruff format .Agent pack
Quick reference
Install
brew install ruffVerify
ruff --versionFirst command
ruff check . && ruff format .Machine JSON
/cli/ruff.jsonAbout
Linting, formatting, and python code quality from the terminal. Built by Astral.
Example workflow
1. ruff check . && ruff format .