ruff/crates/ruff_python_formatter/resources
Charlie Marsh 2729c4cacd
Skip over parentheses when detecting in keyword (#8054)
## Summary

Given an expression like `[x for (x) in y]`, we weren't skipping over
parentheses when searching for the `in` between `(x)` and `y`.

Closes https://github.com/astral-sh/ruff/issues/8053.
2023-10-18 19:13:58 -04:00
..
test/fixtures Skip over parentheses when detecting in keyword (#8054) 2023-10-18 19:13:58 -04:00