You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolve type-checking failures caught by lint.yaml's "Lint types" job:
- test_matrix: suppress arg-type/list-item on intentional negative tests,
widen tuple type after prune() to avoid false unreachable from length
narrowing
- test_metadata: annotate expected dict as dict[str, Any] to prevent
narrowing cascade, suppress StrEnum arg-type on Dialect members
- test_help: replace click.BaseCommand (not recognized by mypy) with
click.Group | click.Command
- test_git_ops: suppress arg-type on intentional invalid "patch" argument
- test_binary: annotate empty dict for mypy inference
- test_checksums: assert binary_spec.binary is not None before access
- test_init_project: assert isinstance for ToolConfigComponent narrowing,
annotate mixed-type dict for _serialize_array_entries
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments