Product output for all files checked
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 20.6k
- フォーク
- 3.3k
- PR マージ指標
- PR 指標を取得中
説明
Feature
An option to have mypy output something for every file checked, regardless of whether any errors are detected.
Pitch
See this comment: https://github.com/python/mypy/pull/9672#pullrequestreview-521147219
This would make implementing the VSCode mypy extension a lot easier - right now errors aren't cleared - it would be great if there was an option to have mypy list the files it checked as part of a request.
See this PR/Description for a clear example of where this would be useful: https://github.com/microsoft/vscode-mypy/pull/123#issuecomment-1683010037
Perhaps an output like:
file.py:29:5:39:64: info: file found
Open to any suggestions though
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、リンクされている mypy の pull-request review と vscode-mypy の issue/PR の説明を読んで、要求されている出力契約を理解します。mypy の既存の診断出力とファイルチェックのエントリーポイントをたどります。エディターのエラーをクリアできるように、エラーのないファイルも含め、チェックしたすべてのファイルを opt-in モードで報告できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- cli, devtools
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100