Skip to content

E201: not detected for tab instead of space #588

@spaceone

Description

@spaceone

printf 'foo(\tbar)\n' | pep8 -
→ nothing detected

while
printf 'foo( bar)\n' | pep8 -
detects stdin:1:5: E201 whitespace after '('

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