mirror of
https://github.com/astral-sh/ruff
synced 2026-01-12 17:14:44 -05:00
## Summary This PR fixes the bug in with items parsing where it would fail to recognize that the parenthesized expression is part of a large binary expression. ## Test Plan Add test cases and verified the snapshots.