-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add openpyxl stubs #6801
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 openpyxl stubs #6801
Conversation
I'm out of ideas. |
We'll probably need to change stubtest to try-except more exception types in this case. Unfortunately that may mean we have to wait for the next mypy release. |
I'm marking this as deferred for now. |
There's a list of distributions to skip running stubtest on; you could add to that to unblock this PR. Edit: looks like this was changed to a TOML flag in #6687 |
The toml flag was removed in the meantime as well as we fixed all remaining problems. We could reintroduce it, but we can also just wait for the next mypy release. |
#7351 will allow us to merge despite stubtest. |
stubgen + import cleanup + mypy fixes + black + isort