`# pyright: ignore[ルール名]` とコメントする。 ```python class Meta: # pyright: ignore[reportIncompatibleVariableOverride] ```