Skip to content

Ignore ty's ParamSpec false positives on numba Dispatcher calls - #31

Merged
Jepson2k merged 1 commit into
mainfrom
fix/ty-dispatcher-0074
Aug 25, 2026
Merged

Ignore ty's ParamSpec false positives on numba Dispatcher calls#31
Jepson2k merged 1 commit into
mainfrom
fix/ty-dispatcher-0074

Conversation

@Jepson2k

Copy link
Copy Markdown
Collaborator

ty 0.0.74 compares every argument at a jitted call site against the full ParamSpec parameter tuple (astral-sh/ty#157 — ParamSpec support is still partial), flooding 25 files with 580 false invalid-argument-type errors and failing the Lint job on every fresh CI run. The rule is config-ignored in pyproject with a tracking comment until ty handles ParamSpec calls; inline suppressions that became unused are dropped.

🤖 Generated with Claude Code

https://claude.ai/code/session_0158QrPR5eVhd31AvFpxJKr6

ty 0.0.74 compares every argument at a jitted call site against the
full ParamSpec parameter tuple (astral-sh/ty#157 — ParamSpec support is
partial), flooding 25 files with 580 false invalid-argument-type
errors. The rule is config-ignored until ty handles ParamSpec calls;
inline suppressions that became unused are dropped.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0158QrPR5eVhd31AvFpxJKr6
@Jepson2k
Jepson2k merged commit 3404529 into main Aug 25, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant