mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 12:55:05 +00:00
Update ArgumentsParentheses
usage (#6070)
This commit is contained in:
parent
5f63b8bfb8
commit
f5c69c1b34
2 changed files with 16 additions and 6 deletions
|
@ -27,8 +27,7 @@ impl FormatNodeRule<ExprLambda> for FormatExprLambda {
|
|||
f,
|
||||
[
|
||||
space(),
|
||||
args.format()
|
||||
.with_options(ArgumentsParentheses::SkipInsideLambda),
|
||||
args.format().with_options(ArgumentsParentheses::Never),
|
||||
]
|
||||
)?;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue