mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 00:24:13 -05:00
This PR builds upon #19371. It addresses a few additional code review suggestions and adds support for attribute accesses (expressions of the form `x.y`) and keyword arguments within call expressions. --------- Co-authored-by: UnboundVariable <unbound@gmail.com>