cuda-python icon indicating copy to clipboard operation
cuda-python copied to clipboard

CI: Enforce type checks

Open leofang opened this issue 1 year ago • 1 comments

We've introduced typing (Python type hints) support on Day 1 of the project, because it helps users understand cuda.core's API design logic. We should ensure our typing is done correctly (as far as mypy etc is concerned).

leofang avatar Dec 18 '24 03:12 leofang

Nontrivial mypy errors arose from @shwina investigation, from both 3rd and 1st party code. Pushing to beta 4.

leofang avatar Mar 04 '25 19:03 leofang