mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
525 B
525 B
description, globs, alwaysApply
| description | globs | alwaysApply | |
|---|---|---|---|
| Python hooks: black/ruff auto-format, mypy/pyright type checking, print() warnings |
|
false |
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)