PyCQA / PyCQA/pycodestyle

E101: improve based on context

Open
#600 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
5.2k
Forks
754
PR merge metrics
No merged PRs in 30d

Description

It would be nice if E101 would be more concrete.
For example new codes could be:

E102 docstring/comment contains mixed spaces and tabs:

def foo():
    ''''
	  test
    '''

E103 multiline string contains mixed spaces and tabs:

foo = '''
	  test
'''

This would differentiate string content from real indentation.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The repository is described as a single Python file; start by locating the existing E101 handling and how diagnostics distinguish indentation from string or comment content. Compare it with the issue's docstring and multiline-string examples. Done means the reported cases produce more specific, context-aware diagnostics without confusing string content with real indentation.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.