ruff/crates/ruff_python_formatter/resources/test/fixtures
konsti dca430f4d2
Fix instability with await fluent style (#8676)
Fix an instability where await was followed by a breaking fluent style
expression:

```python
test_data = await (
    Stream.from_async(async_data)
    .flat_map_async()
    .map()
    .filter_async(is_valid_data)
    .to_list()
)
```

Note that this technically a minor style change (see ecosystem check)
2023-11-17 12:24:19 -05:00
..
black Update black tests (#8278) 2023-10-27 10:44:19 +00:00
ruff Fix instability with await fluent style (#8676) 2023-11-17 12:24:19 -05:00
import_black_tests.py Update Black tests (#6618) 2023-08-16 15:05:51 +00:00