-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mypy error message is truncated #73
Comments
I believe this happens when using the There is an undocumented command line argument Meanwhile as a workaround, remove |
That fixed it! Thanks for getting back to me with that information! I'm good for now.
That would be splendid, and it is in fact documented, from
|
Ah nice! I only checked the online docs. |
Step 1: Are you in the right place?
Step 2: Describe your environment
0.11.2
2021.1 community
0.812
Step 3: Describe the problem:
Steps to reproduce:
Run
Check Current File
to run mypy on current mypyObserved Results:
Expected Results:
The error message is truncated so that I can not see the entire error message.
Fox example, the complete message for the first error would be
Incompatible default for argument "arg1" (default has type "int", argument has type "str") [assignment]
, notIncompatible default for argument "arg1"
Relevant Code:
The text was updated successfully, but these errors were encountered: