ZENALC / algobot

Cryptocurrency trading bot with a graphical user interface with support for simulations, backtests, optimizations, and running live bots.
GNU General Public License v3.0
905 stars 171 forks source link

Add Mypy support #156

Open inverse opened 2 years ago

inverse commented 2 years ago

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

ZENALC commented 2 years ago

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

inverse commented 2 years ago

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

ZENALC commented 2 years ago

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