ruff

popularproductivitybrew

Astral · Linting, formatting, and python code quality from the terminal.

$ brew install ruff
One-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.

Open .md
Readiness
Usable with guardrails · 50/100
Verify
ruff --version
Agent URL
/cli/ruff/agent.md

Quick reference

Installbrew install ruff
Verifyruff --version
First commandruff check . && ruff format .

About

Linting, formatting, and python code quality from the terminal. Built by Astral.

Example workflow

1. ruff check . && ruff format .

Alternatives worth considering