You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am willing to help out if necessary, to add type annotations to the whole library.
This would really benefit users who use type checkers in their CI pipelines.
Let me know what you think
The text was updated successfully, but these errors were encountered:
Sure I'm not opposed to the idea. Do people really type check third party libraries during CI builds? For Python especially that would seem like a nightmare.
@meeb mypy benefits from having type annotations for third party libraries, e.g. if I call whoisit.ip(...) inside my own class then mypy will know if whatever I do with the result is valid.
I am willing to help out if necessary, to add type annotations to the whole library.
This would really benefit users who use type checkers in their CI pipelines.
Let me know what you think
The text was updated successfully, but these errors were encountered: