Skip to content

Chuck every arg leaves trailing comma #807

@AndreasArvidsson

Description

@AndreasArvidsson
def foo(
    aaa,
    bbb,
)

The reason for this is that the trailing comma is not considered a trailing delimiter range. To solve this we need to differentiate between the boundary delimiters((, )) and the item separator delimiter(,)

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions