Replies: 1 comment
-
Would you like to do a PR with that? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
UPDATE: ok, ignore this, type annotations are not complete so obviously it can't be advertised as such.
Looking through the source, it looks like everything is properly typed. MyPy, however, complains because there is no
py.typed
file in the root directory.Adding this to the root directory allows mypy (and I assume other type checkers) to run properly as per PEP 561. My tests appear to be ok after adding
py.typed
.Is there any reason this is not included with the distribution?
Beta Was this translation helpful? Give feedback.
All reactions