Python — Write Type Annotation Checker
How to implement a Python type annotation checker

In my previous articles, I talked about Python variable type annotation, containers type annotation and function type annotation. I hope you’ve learned how to combine type annotations and mypy
tools to perform static type checking for you code.