Skip to content

Forbid initializing 2 or more variables on one line #1901

@orsinium

Description

@orsinium

Rule request

Thesis

# bad
ab, cd = [], []

# good
ab = []
cd = []

Reasoning

Decrease unnecessary code line complexity.

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