mypy currently accepts ```python tuple[int], list[int], dict[int, str] ``` while all of those fail at runtime. I think those should be flagged as errors.