Type Checking Standards
Active Hooks
Automatic Type Check
Trigger: PostToolUse (Edit/Write on .py files)
Action: Runs type checker on the modified file.
Priority:
tool.pyreflyin pyproject.toml ->uv run pyreflytool.mypyin pyproject.toml ->uv run mypy
Configuration
To enable type checking for a project, assume the presence of pyproject.toml with [tool.pyrefly] or [tool.mypy].
Scripts:
plugins/verify/hooks/scripts/type-check-python.py