I want to raise a mypy error on code like this: ```python @some.list(List[int]) def some_list(instance: List[int]): ... ``` Related #8