-
-
Notifications
You must be signed in to change notification settings - Fork 932
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationpythonPull requests that update python codePull requests that update python code
Description
Docs are currently excluded from ty checks (and notebooks are excluded via **/*.ipynb).
Current status
uv run ty check docsreports 1 diagnostic:docs/hooks/hide_lines.py:26error[invalid-assignment](monkeypatch assignment)
Goal
- Decide whether we want
tycoverage for:docs/hooks/*.pyonly, and/or- notebooks (
docs/tutorials/*.ipynb) via a different tool/process.
Possible approach
- Fix
docs/hooks/hide_lines.pywith a targeted cast or ignore for the monkeypatch assignment. - Keep notebooks excluded (or move notebook validation to a separate docs test that doesn’t run through
ty).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationpythonPull requests that update python codePull requests that update python code