pyrightconfig.json
- Detects shape/type issues in ML pipelines like NumPy, Pandas, Torch
- Surfaces incorrect API usage before runtime
- Supports incremental checking for large notebooks and scripts
{ "typeCheckingMode": "strict", "reportMissingImports": true, "reportOptionalMemberAccess": true }

Seonglae Cho