mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-13 11:41:22 +08:00
0e9f613fd1
This reverts commit 1bd68ff534.
424 B
424 B
paths
| paths | ||
|---|---|---|
|
Python Hooks
This file extends common/hooks.md 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)