Pyright
Language Analyzers
Pyright
Adds vendor to Pyright excludes while preserving existing JSON settings.- Detected From
- pyrightconfig.json.
- Writes
- exclude entries containing vendor.
- Visibility
- The source remains available for agents and editors outside Pyright's analysis set.
When To Use It
Use this when Python vendor snapshots should not affect type-checking.
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.