mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 14:44:17 -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