PyCQA / PyCQA/flake8-pyi

[Stylistic] Enforce a space after `# pyright:`, `# mypy:` and `# noqa:` comments

Open
#465 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

type-feature
Dominant language
Python
Stars
83
Forks
22
PR merge metrics
No merged PRs in 30d

Description

This comes from https://github.com/python/typeshed/pull/11497#discussion_r1507037353
# pyright:ignore --> # pyright: ignore
# type:ignore --> # type: ignore
# noqa:Y011 --> # noqa: Y011

This could probably be generalised further, but would likely fall out of scope of flake8-pyi

Formatters (black and Ruff) already take of adding a space after #

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

Start by locating the inline-comment checker and its tests in the flake8-pyi codebase; the issue specifies the comment forms and expected spacing changes. Done means the three shown forms are diagnosed or normalized consistently, with tests covering the expected messages or behavior.

Written by the indexing model from the issue text.

Assessment

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.