Typsht is a type checker agnostic parallel type checking tool for Python. It runs type checkers like mypy, pyright, or pyre in parallel across multiple files or projects, speeding up type-checking workflows. Current version is 0.0.1a5 (alpha), with rapid development.
pip install typshtNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Run mypy and pyright in parallel on the src/ directory and print the combined report.
Pin to exact version in requirements.
Upgrade Python to 3.10 or later.
Only use supported checkers: 'mypy', 'pyright', 'pyre'.
Run 'pip install typsht' in the correct Python environment.
Call run with both arguments, e.g., typsht.run(['mypy'], paths=['src/']).
No dependency data recorded yet.