Skip to content

Commit c8aea5d

Browse files
jxnlclaude
andcommitted
ci: scope type checking to instructor package only
Changed ty check to only check instructor/ directory instead of the entire project. This excludes docs/tutorials and docs/hooks which contain example code and Jupyter notebooks that aren't meant to be strictly type-checked. Reduces diagnostics from 6413 to 68 (all in actual codebase). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent c4a83ff commit c8aea5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pyright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- name: Install the project
2525
run: uv sync --all-extras
2626
- name: Run type check with ty
27-
run: uv run ty check
27+
run: uv run ty check instructor/

0 commit comments

Comments
 (0)