algobot icon indicating copy to clipboard operation
algobot copied to clipboard

Add Mypy support

Open inverse opened this issue 4 years ago • 3 comments

@ZENALC feel free to contribute - slowly going through the list, perhaps you'll have more insights :P

inverse avatar Jan 23 '22 21:01 inverse

looks great :D

what do you think of upping the py v to 3.9+ and using built-in types?

so, we can do list[str] instead of importing List from typing :D

ZENALC avatar Jan 24 '22 05:01 ZENALC

Could do but it might make it less accessible for people and current users of the product.

inverse avatar Jan 24 '22 19:01 inverse

Yep, you're right. Let's just use normal type hints for now

ZENALC avatar Jan 27 '22 03:01 ZENALC