-
Notifications
You must be signed in to change notification settings - Fork 0
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
Use stub files *.pyi
rather than @with_signature
everywhere possible
#50
Comments
I'm writing a library fully typed with annotations and checked with mypy. I want to use Thanks |
Unfortunately I have never used I would be curious to understand why |
Here a simple example:
this is the output of
As you can see, I pass a wrong type to either |
I see, thanks for the details! I pushed a PR for this: #54 The PR is only focused on the module you mention for now. Can you try and see if it solves your problem ? Thanks ! |
Sorry for the delay. |
Thanks for the feedback ! I managed to reproduce this and fix it. |
On the way to fixing #50 : created stubs for module `entry_points_annotations`
This is all in |
That will be more compliant with IDE autocomplete features.
The text was updated successfully, but these errors were encountered: