Request: equivalent CLI option to `ruff`'s `--add-noqa` to add `type: ignore` comments
未关闭
还没有人认领这个 Issue。
feature
- 主要语言
- Python
- 星标
- 20.6k
- 派生
- 3.3k
- PR 合并指标
- PR 指标待抓取
描述
Feature
ruff has an --add-noqa option to add noqa directives in all places: https://docs.astral.sh/ruff/linter/#inserting-necessary-suppression-comments
It would nice if mypy had something similar, like a --add-ignore CLI argument
Pitch
This would enable a new route to adopt mypy, mainly suppressing all type errors with type: ignore comments, and slowly removing them over time.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
未指定任何仓库文件或测试。首先查看 mypy 的 CLI 入口点,并将所请求的 --add-ignore 行为与 Ruff 的 --add-noqa 文档进行比较。完成的标准是:有一个有文档说明的 CLI 选项,可以为报告的错误添加 type: ignore 注释,并支持逐步采用。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- tooling
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100