-
Notifications
You must be signed in to change notification settings - Fork 201
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 mypy Typehints to pyperclip.copy #210
Comments
As in https://inventwithpython.com/beyond/chapter11.html from the author of pyperclip |
after 3 years, this is still opened, still missing, still needed, the static analyzers are still complaining but the "consider donating to its creator on Patreon" (for not maintaining the lib) is still in README. @asweigart, any comments on how to resolve this contradiction? 😄 |
I have pull request that would resolve this: #255 I hadn't seen this issue at the time I created the PR. |
Can anyone merge that PR, please? :) |
Mypy complains about the lack of typehints in the 3rd party library (which is amazing, thank you).
I believe the only method exposed is pyperclip.copy(input: str) -> None
It would be great if this could be added.
The text was updated successfully, but these errors were encountered: