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
It'd be useful to be able to run mypy on a whole project (or a subset of one) by just pointing it at a directory, and that can probably be done more efficiently than checking each module or file individually, as type information from dependencies could be shared.