소개
The Ruff Formatting skill enables Claude to automatically enforce consistent Python code styles using the high-performance Ruff formatter. It provides a drop-in replacement for Black that is significantly faster, written in Rust, and capable of handling complex configurations via pyproject.toml or ruff.toml. This skill is ideal for maintaining code quality in large repositories, automating formatting tasks, and ensuring compliance with PEP 8 standards across entire Python projects, including docstrings and Jupyter notebooks.