mypy
Language Analyzers
mypy
Detects mypy configuration and reports vendor ignore status.- Detected From
- mypy.ini, .mypy.ini, setup.cfg, or pyproject.toml.
- Writes
- Nothing today.
- Visibility
- Type-checking behavior is not changed until the user configures mypy.
When To Use It
Use this when Python projects need visibility into whether vendored code enters mypy.
Workflow
Run ingraft doctor to inspect the current status, then run
ingraft refresh after adding or updating vendored source. Refresh only
writes supported files when the tool is actually detected in the repository.