ruff/crates/ruff_python_formatter/resources/test/fixtures
Micha Reiser e57bccd500
Fix multiline lambda expression statement formating (#8466)
## Summary

This PR fixes a bug in our formatter where a multiline lambda expression
statement was formatted over multiple lines without adding parentheses.

The PR "fixes" the problem by not splitting the lambda parameters if it
is not parenthesized

## Test Plan

Added test
2023-11-05 09:35:23 -05:00
..
black Update black tests (#8278) 2023-10-27 10:44:19 +00:00
ruff Fix multiline lambda expression statement formating (#8466) 2023-11-05 09:35:23 -05:00
import_black_tests.py Update Black tests (#6618) 2023-08-16 15:05:51 +00:00