mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
## Summary This contains two bug fixes: - [Handle field specifier functions that accept `**kwargs`](ad6918d505) - [Recognize metaclass-based transformers as instances of `DataclassInstance`](1a8e29b23c) closes https://github.com/astral-sh/ty/issues/1987 ## Test Plan * New Markdown tests * Made sure that the example in 1987 checks without errors
Markdown files within the mdtest/ subdirectory are tests of type inference and type checking;
executed by the tests/mdtest.rs integration test.
See crates/ty_test/README.md for documentation of this test format.