Hacker News new | ask | show | jobs
by robertwt7 1337 days ago
What’s the difference between mypy and python built in type hint?
1 comments

mypy, as well as things like pylance, enforce the type hints, the interpreter ignores them during execution.