Files
invoice-master-poc-v2/.claude/rules/hooks.md
Yaojia Wang ad5ed46b4c WIP
2026-02-11 23:40:38 +01:00

15 lines
380 B
Markdown

# Python Hooks
> This file extends [common/hooks.md](../common/hooks.md) with Python specific content.
## PostToolUse Hooks
Configure in `~/.claude/settings.json`:
- **black/ruff**: Auto-format `.py` files after edit
- **mypy/pyright**: Run type checking after editing `.py` files
## Warnings
- Warn about `print()` statements in edited files (use `logging` module instead)