Skip to content

No warning about missing space between closing parenthesis and keyword #371

@dpursehouse

Description

@dpursehouse

The following code does not result in any warnings:

if a()and b():
    pass

if b()in [1, 2, 3]:
    pass

if c()or d():
    pass

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions