clouddrift icon indicating copy to clipboard operation
clouddrift copied to clipboard

🔧 fix typing issues from checking untyped defs, fixes #509

Open kevinsantana11 opened this issue 6 months ago • 4 comments

One thing we should enable is the feature to disallow untyped definitions. This option was previously turned off but I've enabled it and fixed all of the issues listed (100+)

I still want to add some more changes here regarding standardizing on the array types we want to support as well as leveraging generics more with bounds to achieve some of the more dynamic behavior of the library.

This also follows the guidance from mypy to turn these feature on as soon as possible: article

kevinsantana11 avatar Aug 15 '24 04:08 kevinsantana11