ruff/crates/ty_python_semantic/resources/mdtest/dataclasses
David Peter dbd72480a9
[ty] Dataclass transform: complete set of parameters (#21474)
## Summary

We previously only allowed models to overwrite the
`{eq,order,kw_only,frozen}_defaults` of the dataclass-transformer, but
all other standard-dataclass parameters should be equally supported with
the same behavior.

## Test Plan

Added regression tests.
2025-11-16 09:46:45 +00:00
..
dataclass_transform.md [ty] Dataclass transform: complete set of parameters (#21474) 2025-11-16 09:46:45 +00:00
dataclasses.md [ty] Improve literal promotion heuristics (#21439) 2025-11-14 16:13:56 -05:00
fields.md [ty] Improve generic call expression inference (#21210) 2025-11-10 21:29:05 +00:00