Skip to content

E275: whitespace after annotated match variable (2.8.0 release blocker) #1024

@asottile

Description

@asottile

this code was previously ok, but is now triggering E275 on the match line:

class Found(NamedTuple):
    y: int 
    match: Match[str]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions