Type Hints
Installation
SKILL.md
Python Type Hints Skill
Overview
Master Python type hints for better code quality, IDE support, and static type checking with mypy.
Topics Covered
Basic Type Hints
- Variable annotations
- Function signatures
- Return types
- Optional types
- Union types