mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-16 09:35:17 +00:00

Summary -- This PR detects tuple unpacking expressions in index/subscript expressions before Python 3.11. Test Plan -- New inline tests
1 line
19 B
Python
1 line
19 B
Python
array[*start:*end]
|