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
These are somewhat buggy and modern per-module options should be
preferred. I can't find any use of strict_optional_whitelist.
There is some use of show_none_errors, but it's all set to True;
I think people are just worried and cargo culting and want mypy to
really, actually give them all the errors.
Fixespython#6514, fixespython#2396
These are somewhat buggy and modern per-module options should be
preferred. I can't find any use of strict_optional_whitelist.
There is some use of show_none_errors, but it's all set to True;
I think people are just worried and cargo culting and want mypy to
really, actually give them all the errors.
Fixes#6514, fixes#2396
I'm not able to figure out what
show_none_errors
does from http://mypy.readthedocs.io/en/latest/config_file.html?highlight=show_none_errorsWould it be possible to provide a code sample of the kinds of issues that would identify that would be otherwise missed?
The text was updated successfully, but these errors were encountered: