arkouda icon indicating copy to clipboard operation
arkouda copied to clipboard

Incrementally update code to handle new type checking versions

Open stress-tess opened this issue 6 months ago • 1 comments

While working on PR https://github.com/Bears-R-Us/arkouda/pull/3638. I went through in and resolved most of the mypy issues, but I realized this would result in a massive PR since it would be making a lot of updates to satisfy mypy once typeguard is upgraded

If possible it would definitely be better to go through the files one by one and get them to the point where mypy is satisfied, so we can get more thorough reviews. We can then make the typeguard upgrade and re-enable the python 3.12 and 3.x workflows without needing a massive PR

This is a prerequisite for https://github.com/Bears-R-Us/arkouda/issues/3346

stress-tess avatar Aug 09 '24 23:08 stress-tess