**Feature** If one specifies an error code twice, `mypy` allows it: ```python foo = 1 foo = "hi" # type: ignore[assignment,assignment] ``` **Pitch** Can we add an opt-in rule to have `mypy` disallow duplicate error codes?