### Summary `type` is the default metaclass and adding `metaclass=type` is usually redundant. Example in python/typeshed#14150. This is similar to https://docs.astral.sh/ruff/rules/useless-object-inheritance/ about inheriting from `object`.