You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Feature
An option to have mypy output something for every file checked, regardless of whether any errors are detected.
Pitch
See this comment: #9672 (review)
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: microsoft/vscode-mypy#123 (comment)
Perhaps an output like:
file.py:29:5:39:64: info: file found
Open to any suggestions though
The text was updated successfully, but these errors were encountered: