The only reason to consider type hints is for a performance increase and there wasn't any mention of that. What can you really expect from using type hints accurately?
> I don’t know how many people are doing this, but tools like mypyc will use type hints to compile Python code to something faster, like C extensions.