mirror of https://github.com/astral-sh/ruff
## 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. |
||
|---|---|---|
| .. | ||
| black | ||
| ruff | ||
| import_black_tests.py | ||