Skip to content

E124 for single character method name #215

@mstorus

Description

@mstorus

The following produces 'E124 closing bracket does not match visual indentation':

f.a(*[
    'bug'
])

whereas if I make the method name more than one character, there is no error:

f.aa(*[
    'bug'
])

I see this behavior starting in 1.4.0 up to the latest, 1.4.6.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions