code-formatter
Installation
SKILL.md
Code Formatter & Style Guide
Quick references for code formatting tools and style best practices.
🐍 Python Formatting
Black (Opinionated Formatter)
# Install
pip install black
# Format file
black file.py
# Format directory
black src/