Skip to content

Unneeded spaces added after open parens? #7

Description

@max-sixty

Weirdness around the space after the parentheses. Also weird because I'd have thought the existing line was fine, and fit into the 79 characters I passed as an option

# existing
-    new_coord_names = (coord_names | set(vars_to_create)) - set(vars_to_remove)
-

# black
+    new_coord_names = ( coord_names | set(vars_to_create)) - set(
+        vars_to_remove
+    )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions