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

Unignore and enforce check E203 ("Whitespace before colon") #9368

Closed
@ShadowJonathan

Description

@ShadowJonathan

(E203 checks "Whitespace before ':' ")

According to setup.cfg, E203 is partly ignored because it's 'contrary to PEP8'. After a bit of research i found out that it is due to colons in slice indexes, which is covered under PEP8.

Going down the rabbithole a bit further, I found PyCQA/pycodestyle#373 and PyCQA/pycodestyle#914, so I suggest tracking those issues and removing E203 once these are resolved, merged, and shipped.

Metadata

Metadata

Assignees

No one assigned

    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