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
When no .mypy_cache folder exists and a user runs mypy --install-types --non-interactive ./, mypy may fail on fundamental Python issues but suggest that the failure was because of "no mypy cache directory," confusing the user.
Bug Report
When no .mypy_cache folder exists and a user runs mypy --install-types --non-interactive ./, mypy may fail on fundamental Python issues but suggest that the failure was because of "no mypy cache directory," confusing the user.
To Reproduce
follow the instructions from this repository (thatactually saved me from countless hours of search): https://github.com/tk-woven/mypy-install-types-mre
Expected Behavior
Get a meaningful error (in my case the folder argument was not existing)
The text was updated successfully, but these errors were encountered: