Run ruff linter and formatter to check code quality
Checks Python code quality with ruff linter and formatter, fixing issues automatically.
/plugin marketplace add jwplatta/prompt-library/plugin install pythonic@jwplatta-claude-toolsCheck and fix code quality issues using ruff, the fast Python linter and formatter.
Run Linter
ruff check . to identify issuesAuto-fix Issues (if requested)
ruff check --fix . to automatically fix issuesFormat Code
ruff format . to format all Python filesType Checking (if mypy is installed)
mypy . to check type annotations