-
Notifications
You must be signed in to change notification settings - Fork 6
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
mypy doesn't seem to detect this package #13
Comments
It looks like the package is missing a PEP 561 |
@ethanhs thanks! Not sure if I understand the documentation correctly though - does the |
@d33tah empty is fine! |
Just added a PR. Works great. Thank you, guys! |
I created a fork mypy-boto3 that supports
I welcome any feedback. Also, if someone can help with adding typing for return values and dict arguments - that would be great! |
Consider the following test file:
And the following Dockerfile:
Here's what happens when I try to run it:
Is this intentional that this package doesn't seem to work with mypy, or am I doing something wrong?
The text was updated successfully, but these errors were encountered: