mypy icon indicating copy to clipboard operation
mypy copied to clipboard

Document the fact that that using a type ignore of a broader ignore when a subcode exists triggers unused ignore

Open wyattscarpenter opened this issue 3 months ago • 0 comments

This behavior makes sense, as discussed in https://github.com/python/mypy/pull/19911#issuecomment-3326748471, but we should document it explicitly.

I manually inspected the generated html to make sure it looked right.

wyattscarpenter avatar Oct 11 '25 00:10 wyattscarpenter