/migration-patterns:black-to-ruff-format Migrate from black to ruff format — Ruff's drop-in Black-compatible formatter written in Rust ( 35x faster). Replaces the pre-commit hook, migrates configuration, and removes black from dev dependencies. When to Use This Skill | Use this skill when... | Keep black when... | |------------------------|-------------------| | contains | Team has strong preference for black's exact output | | exists in pyproject.toml | CI uses specifically by name | | Repo already uses ruff for linting | Project uses black's API in build scripts | | Wanting to consolidate f…