-
-
Notifications
You must be signed in to change notification settings - Fork 46.5k
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
Add GitHub Action mypy.yml to mypy --ignore-missing-imports #4274
Conversation
The thing with |
--ignore-missing-imports |
The flag For the modules which do contain type hints, they will be used by |
Closing in favor of #4276 |
Describe your change:
Add testing for #4052 by running
mypy --ignore-missing-imports
on all directories that currently pass mypy tests.I tried to add
mypy
testing to our pre-commits but #4272 was more pain than it was worth.Checklist:
Fixes: #{$ISSUE_NO}
.