-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Pin mypy to 0.790 to prevent linting errors when running v 0.8 #11422
Conversation
It appears that mypy 0.790 was not discovering all modules to test, which was a bug, fixed in 0.8 (see python/mypy#8548 and python/mypy#9614). In our case, running mypy separately on
|
Failing tests unrelated. |
I merged two related PR that created conflicting fixture data huh? Opps. |
This PR was merged without a "kind/" label, please correct. |
Running
make update-dependencies
will update mypy to version 0.8, which will cause the following error:I'm looking into the error, but for now I think it's reasonable to just pin it.