This file extends common/hooks.md with Python specific content.
Configure in ~/.claude/settings.json:
- black/ruff: Auto-format
.pyfiles after edit - mypy/pyright: Run type checking after editing
.pyfiles
- Warn about
print()statements in edited files (useloggingmodule instead)