ruff/crates/ruff_linter
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
..
resources/test Respect local subclasses in flake8-type-checking (#8768) 2023-11-19 09:49:25 -05:00
src Respect local subclasses in flake8-type-checking (#8768) 2023-11-19 09:49:25 -05:00
Cargo.toml Bump version to v0.1.6 (#8744) 2023-11-17 13:29:19 -05:00