Skip to content

Split string literals into multiple lines #724

Closed
@ahoppen

Description

@ahoppen

Formatting a long string literal single line even though it exceeds the line limit. We should break it up into multiple lines, probably into a multi-line string literal

"some very long string literal that just goes on and on and one without having any real content but it reaches past the line limit"

Should become

"""
some very long string literal that just goes on and on and one without having \
any real content but it reaches past the line limit
"""

Metadata

Metadata

Assignees

No one assigned

    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