Skip to content
This repository was archived by the owner on Apr 10, 2018. It is now read-only.
This repository was archived by the owner on Apr 10, 2018. It is now read-only.

Spurious E225 for some forms of tuple unpacking #14

@jek

Description

@jek
$ cat test
a, b = func(kw='k')
(a, b) = func(kw='k')
$ pep8 --repeat test 
test:2:17: E225 missing whitespace around operator

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions