commandby murine-org

Format

Format code with ruff

Installs: 0
Used in: 1 repos
Updated: 2d ago
$npx ai-builder add command murine-org/format

Installs to .claude/commands/format.md

Format all Python code to match project style:

```bash
ruff format mouseclick/ tests/ examples/
```

This will:
- Automatically format all Python files
- Ensure consistent code style across the project
- Fix indentation, line length, and other formatting issues

Quick Install

$npx ai-builder add command murine-org/format

Details

Type
command
Slug
murine-org/format
Created
6d ago