Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

auto_pep8 mode formats keyword arguments as assignments when the value is a function call #4

Description

@smathot

If the cursor is at the position indicated below, the auto_pep8 mode will incorrectly format it as an assignment. The reason for this is that it is fooled by the opening and closing parentheses in func2().

func1(
    x=func2()|cursor|

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions