ruff/crates/ruff_python_formatter/resources/test/fixtures
Zanie Blue 999d88e773
Fix formatting of chained boolean operations (#6394)
Closes https://github.com/astral-sh/ruff/issues/6068

These commits are kind of a mess as I did some stumbling around here. 

Unrolls formatting of chained boolean operations to prevent nested
grouping which gives us Black-compatible formatting where each boolean
operation is on a new line.
2023-08-07 12:22:33 -05:00
..
black Type alias stub for formatter (#5880) 2023-07-19 17:28:07 +02:00
ruff Fix formatting of chained boolean operations (#6394) 2023-08-07 12:22:33 -05:00
import_black_tests.py Type alias stub for formatter (#5880) 2023-07-19 17:28:07 +02:00