https://docs.astral.sh/ty/reference/rules/#non-callable-init-subclass ```py from typing import NamedTuple class F(NamedTuple): x: int def method(self): super() # should report an error here because this crashes at runtime ```
https://docs.astral.sh/ty/reference/rules/#non-callable-init-subclass