Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 380 Bytes

File metadata and controls

14 lines (8 loc) · 380 Bytes

Python Hooks

This file extends 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)