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
In the command line (on windows 10 using Python 3.6) I run mypy <my_module_name>. The output is very informative and has revealed a lot of missing types in my python module.
However, There is currently no mypy switch to suppress the 300+ errors of the form:
- No library stub file for module 'numpy'
-No library stub file for module 'scipy'
-No library stub file for module 'matplotlib'
What is the best way to get around this? I need a clean sheet from the mypy command if I want to integrate a mypy test ainto the build process for my module on gitlab or github.
laike9m, mcobzarenco, Afoucaul, David-OConnor, gorjanradevski and 23 more