473 B
473 B
| description | globs | alwaysApply | ||
|---|---|---|---|---|
| Python hooks extending common rules |
|
false |
Python Hooks
This file extends the common hooks rule with Python specific content.
PostToolUse Hooks
Configure in ~/.claude/settings.json:
- black/ruff: Auto-format
.pyfiles after edit - mypy/pyright: Run type checking after editing
.pyfiles
Warnings
- Warn about
print()statements in edited files (useloggingmodule instead)