Skip to content

Split tuple at commas first #8042

@konstin

Description

@konstin

Ours:

def f():
    return self.get_filename() + ".csv", "text/csv", output.getvalue().encode(
        "utf-8----------------"
    )

Black:

def f():
    return (
        self.get_filename() + ".csv",
        "text/csv",
        output.getvalue().encode("utf-8----------------"),
    )

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingformatterRelated to the formatter

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions