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
ci: skip numpy in mypy to fix upstream stub-syntax breakage (numpy 2.5.0)
numpy 2.5.0 ships inline stubs using the 3.12 'type X = ...' statement,
which mypy can't parse under python_version 3.11, aborting the Typecheck
job on the first checked dir. vstack has no direct numpy dependency, so
add a mypy override that skips following numpy entirely. All 27 CI mypy
dirs pass locally with the override.
0 commit comments