Skip to content

Formatter: Don't reorder parameters in function calls  #6498

@konstin

Description

@konstin

Currently, we format

f(a=b, *args, **kwargs)

as

f(*args, a=b, **kwargs)

Instead, we should preserve the function order.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingformatterRelated to the formatterhelp wantedContributions especially welcome

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions