ruff/crates/ruff_python_formatter/resources/test/fixtures
Charlie Marsh 865c89800e
Avoid searching for bracketed comments in unparenthesized generators (#7627)
Similar to tuples, a generator _can_ be parenthesized or
unparenthesized. Only search for bracketed comments if it contains its
own parentheses.

Closes https://github.com/astral-sh/ruff/issues/7623.
2023-09-24 02:08:44 +00:00
..
black Introduce IndentWidth (#7301) 2023-09-13 14:52:24 +02:00
ruff Avoid searching for bracketed comments in unparenthesized generators (#7627) 2023-09-24 02:08:44 +00:00
import_black_tests.py Update Black tests (#6618) 2023-08-16 15:05:51 +00:00