mirror of
https://github.com/astral-sh/ruff
synced 2026-01-22 22:10:48 -05:00
We support using `typing.Type[]` as a base class (and we have tests for it), but not yet `builtins.type[]`. At some point we should fix that, but I don't think it';s worth spending much time on now (and it might be easier once we've implemented generics?). This PR just adds a failing test with a TODO.