ruff/crates/ruff_python_formatter/tests
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
..
snapshots Skip over parentheses when detecting in keyword (#8054) 2023-10-18 19:13:58 -04:00
fixtures.rs Formatter and parser refactoring (#7569) 2023-09-26 15:29:43 +02:00