ruff
popularproductivitybrew
Astral · Linting, formatting, and python code quality from the terminal.
$ brew install ruffOne-liner to try
$ ruff check . && ruff format .Agent pack
Copy into an agent
A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.
Readiness
Usable with guardrails · 50/100
Verify
ruff --version
Agent URL
/cli/ruff/agent.md
Quick reference
Install
brew install ruffVerify
ruff --versionFirst command
ruff check . && ruff format .About
Linting, formatting, and python code quality from the terminal. Built by Astral.
Example workflow
1. ruff check . && ruff format .