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