ruff/crates/ruff_linter/resources
Charlie Marsh 00a015ca24
Respect local subclasses in flake8-type-checking (#8768)
If you define a subclass of `pydantic.BaseModel`, and then a subclass of
_that_ class in the same file, we'll now correctly treat it as
runtime-evaluated.

Closes https://github.com/astral-sh/ruff/issues/7893.
2023-11-19 09:49:25 -05:00
..
test Respect local subclasses in flake8-type-checking (#8768) 2023-11-19 09:49:25 -05:00