Type Hints
Add type hints to all function signatures and class attributes
CLAUDE.md
Add type hints to all function signatures: parameters and return types. Use mypy or pyright in strict mode to enforce them. Type hints catch bugs early and serve as documentation.
Copy this block into your CLAUDE.md or agent config file to enforce it in your workflow.