ruff Formatting Expert knowledge for using as an extremely fast Python code formatter with Black compatibility. When to Use This Skill | Use this skill when... | Use another tool instead when... | |------------------------|----------------------------------| | Formatting Python files | Linting for code issues (use ruff check) | | Checking format compliance in CI | Type checking (use basedpyright) | | Migrating from Black | Detecting dead code (use vulture/deadcode) | | Setting up format-on-save | Running tests (use pytest) | Core Expertise ruff format Advantages - 10-30x faster than Black - D…