Skip to content

Support wrapping only nested collections? #39

@PeterJCLaw

Description

@PeterJCLaw

What's your stance on wrapping like this:

a = {'foo': [
    42,
]}
# or
z = [(
    'a',
), (
    'b',
)]

Is this something you'd be interested in allowing?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestwontfixThis will not be worked on

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions