ruff/crates/ty_python_semantic/resources/mdtest/dataclasses
justin dc2e8ab377
[ty] support `kw_only=True` for `dataclass()` and `field()` (#19677)
## Summary
https://github.com/astral-sh/ty/issues/111

adds support for `@dataclass(kw_only=True)`
(https://docs.python.org/3/library/dataclasses.html)

## Test Plan
- new mdtests
- triaged conformance diffs (notes here:
https://diffswarm.dev/d-01k2gknwyq82f6x17zqf3apjxc)
- `mypy_primer` no-op
2025-08-14 08:02:55 -07:00
..
dataclass_transform.md [ty] support `kw_only=True` for `dataclass()` and `field()` (#19677) 2025-08-14 08:02:55 -07:00
dataclasses.md [ty] support `kw_only=True` for `dataclass()` and `field()` (#19677) 2025-08-14 08:02:55 -07:00
fields.md [ty] support `kw_only=True` for `dataclass()` and `field()` (#19677) 2025-08-14 08:02:55 -07:00