ruff-dev
Installation
SKILL.md
Ruff Professional Development
Version: 0.14.10 (Documentation generated December 2025)
Overview
Ruff is an extremely fast Python linter and formatter written in Rust. It combines the functionality of multiple Python tools (Flake8, isort, Black, pyupgrade, and more) into a single high-performance tool.
This skill provides comprehensive guidance for:
- Configuring and integrating Ruff into Python projects
- Understanding and fixing lint rule violations
- Formatting Python code with Ruff's formatter
- Setting up editor integrations
- Migrating from other Python tooling