Languages/Python/Type Hints & Annotations/mypymypyStatic type checkingInterview Relevant: Code quality Static Analysis Tools like mypy check types at build time, not runtime. PreviousType AliasesNextProtocols