mirror of
https://github.com/astral-sh/ruff.git
synced 2026-05-07 01:11:56 -04:00
8bc437ef90
## Summary In Python 3.15, you can star-unpack comprehensions (e.g., `[*x for x in y]`) via [PEP 798](https://docs.python.org/3.15/whatsnew/3.15.html#whatsnew315-unpacking-in-comprehensions). This PR adds support to the parser.