-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
error: Can't determine which types to install with no files to check (and no cache from previous mypy run) #413
Comments
cc @BDadmehr0 |
I run this command, "mypy --install-types," to solve the "import-untyped" issue, but the problem still persists. |
mypy <file_or_directory> |
|
and
|
@BaseMax use this these arguments:
This helps you catch more important errors and resolve them. |
Thanks, output is:
I guess we still have some errors/warnings about mypy in Best |
The text was updated successfully, but these errors were encountered: