Skip to content

CI: code check for " " introduced by black #30454

Closed
@jbrockmendel

Description

@jbrockmendel

Sometimes when we run black on something like

foo = (
    "bar "
    "baz"
)       

we end up with foo = "bar " "baz" when we would want foo = "bar baz".

This is not considered a bug in black, so is something we're currently checking for manually. We should add it to code_checks.

Metadata

Metadata

Assignees

Labels

CIContinuous Integration

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions