There are a number of new warnings from mypy, mostly to do with type: ignore
Can see this in mypy 1.16
https://mypy.readthedocs.io/en/stable/changelog.html#miscellaneous-fixes-and-improvements
Warn about unused type: ignore comments when error code is disabled (Brian Schubert, PR 18849)
There are a number of new warnings from mypy, mostly to do with type: ignore
Can see this in mypy 1.16
https://mypy.readthedocs.io/en/stable/changelog.html#miscellaneous-fixes-and-improvements