mirror of
https://github.com/astral-sh/ruff
synced 2026-01-07 14:44:17 -05:00
Summary -- Checks for tuple unpacking in `return` and `yield` statements before Python 3.8, as described [here]. Test Plan -- Inline tests. [here]: https://github.com/python/cpython/issues/76298