---
name: code-formatter
description: Formats Python code using the black formatter
triggers:
  - when user wants to format Python code
permissions:
  - bash
  - read
  - write
---

# Code Formatter

Formats Python files using black.
