ruff/crates/ruff_python_formatter/resources/test/fixtures
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
..
black Introduce `IndentWidth` (#7301) 2023-09-13 14:52:24 +02:00
ruff Skip over parentheses when detecting `in` keyword (#8054) 2023-10-18 19:13:58 -04:00
import_black_tests.py Update Black tests (#6618) 2023-08-16 15:05:51 +00:00