Remove stale ty: ignore suppression comments #60
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ty check now resolves three imports/types that previously required suppression comments. The stale directives cause ty to exit with an error.
Affected files:
# ty: ignore[unresolved-import]on mkdocs imports# type: ignoreon AsyncMock assignmentPlan: remove the three suppression comments, verify ty check passes, one commit per package or one combined commit.
Files to touch:
# ty: ignore[unresolved-import]on lines 7–8# type: ignoreon line 44