|
mypy
☆
« Back to VersTracker
|
||||||||||||||||||||||||||||||
|
Description: Experimental optional static type checker for Python |
||||||||||||||||||||||||||||||
| Type: Formula | Latest Version: 1.19.1@0 | Tracked Since: Oct 12, 2025 | ||||||||||||||||||||||||||||||
| Links: Homepage | formulae.brew.sh | ||||||||||||||||||||||||||||||
| Category: Developer tools | ||||||||||||||||||||||||||||||
| Tags: python type-checker static-analysis developer-tools linting | ||||||||||||||||||||||||||||||
| Install: brew install mypy | ||||||||||||||||||||||||||||||
|
About: Mypy is a static type checker for Python that aims to combine the benefits of dynamic and static typing. It allows developers to add type annotations to their Python code, which mypy can then check for consistency and correctness without actually running the code. This helps catch common bugs early in the development cycle and improves code maintainability. |
||||||||||||||||||||||||||||||
Key Features:
|
||||||||||||||||||||||||||||||
Use Cases:
|
||||||||||||||||||||||||||||||
| Alternatives: | ||||||||||||||||||||||||||||||
| Version History | ||||||||||||||||||||||||||||||
|