[Stylistic] Enforce a space after `# pyright:`, `# mypy:` and `# noqa:` comments
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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