Ty¶
Ty is a static type checker.
Python is a dynamically typed language, meaning it will only complain about potential type inconsistencies during runtime. (Which is too late!)
Being explicit about types during development can help to avoid bugs. Ty makes sure that the types are correct and consistent throughout the code.
Call ty by running:
Or (preferably) use just: