mypy-baseline
Type error tracker
A tool to integrate mypy into an existing Python project and track progress on resolving type errors.
Integrate mypy in seconds with existing codebase. A friendly CLI tool to make mypy report only new type violations and ignore existing ones.
59 stars
3 watching
9 forks
Language: Python
last commit: about 1 year ago
Linked from 1 awesome list
baselinecligradual-typinglegacy-codemypypythonpython3static-typingtyping
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A testing tool for verifying mypy plugin and type functionality | 5 |
| | A tool to simplify Python package maintenance by automating type checking and stub installation. | 19 |
| | A Python static type checker with additional features to improve typing and error reporting. | 148 |
| | A CLI tool to automatically add type annotations into Python code | 86 |
| | A library providing a simple, type-safe way to handle values with potential errors in Python 3. | 1,625 |
| | A collection of helpers and utilities to aid in dealing with types at static analysis and runtime. | 9 |
| | A Vim plugin for executing Python's static type checker. | 97 |
| | A Python SDK for monitoring and error tracking | 1,938 |
| | A tool to verify mypy's static type analysis output | 31 |
| | A web-based tool for running mypy, a static type checker for Python, in a sandbox environment. | 72 |
| | A tool to help catch errors in Python code by checking type compatibility and hints at compile time | 18,687 |
| | Automates mypy static type checking as part of pytest test runs | 249 |
| | A library that provides Rust-like Option and Result types in Python to handle optional and error values in a more type-safe and expressive way. | 85 |
| | A plugin for testing type checking and stubs using mypy and pytest | 107 |
| | Re-applies type annotations from .pyi stubs to codebases | 141 |