```python foo = {} class Bar(type(foo)): def foo_method(self): pass ``` https://play.ruff.rs/240f9b93-2408-4aeb-814d-bb09629496da Not sure if this might be related to the issue reported in #12736 and its fix