ruff-integration
Installation
SKILL.md
ruff Integration
Integrate ruff into editors, pre-commit hooks, and CI/CD pipelines.
When to Use This Skill
| Use this skill when... | Use ruff-linting instead when... | Use ruff-formatting instead when... |
|---|---|---|
| Setting up VS Code / editor | Configuring lint rules | Configuring format options |
| Adding pre-commit hooks | Selecting/ignoring rules | Quote style, line length |
| Adding ruff to CI/CD | Understanding rule categories | Format differences |
| Docker/build integration | Fixing lint violations | Checking format compliance |