-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Allow mypy to be run against a directory recursively #838
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
Comments
Yeah, this would be pretty useful. |
On my But (and this is critical) note that this will allow certain import-order-related bugs to go undiagnosed. Mypy had several bugs in this regard, this why my |
Is this being deprecated in favour of #935 ? |
(The fix for #935 also adds support for this.) |
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.
The text was updated successfully, but these errors were encountered: