skills/clawhub.ai/code-formatter

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/
Installs
1
First Seen
4 days ago
code-formatter from clawhub.ai