mypy
CommunityEnforce Python typing to catch bugs early.
Authorbobmatnyc
Version1.0.0
Installs0
System Documentation
What problem does it solve?
mypy enforces static typing in Python projects by validating type hints and catching type errors before runtime.
Core Features & Use Cases
- Gradual typing with type hints (PEP 484) to incrementally introduce type safety
- Strict mode support with the --strict flag for maximum safety
- Protocols and structural typing for flexible, typed interfaces
- Framework integration with FastAPI and Django for type-safe web apps
- Incremental checking and plugin support for large codebases
- CI/CD integration to enforce type safety during automated builds
Quick Start
- pip install mypy
- Add type hints to your code
- mypy your_module.py
- Create mypy.ini for configuration
- Use --strict for maximum safety
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: mypy Download link: https://github.com/bobmatnyc/terminator/archive/main.zip#mypy Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.