Do not allow `TypedDict` classes with extra keywords by sobolevn · Pull Request #16438 · python/mypy
I think that sometimes metaclass= can still be used in real code, when people write compatibility layers with other metaclasses. I think that I've seen this a couple of times, but I cannot remember where and why.
In this case, this error can be precisely silenced.