-
Notifications
You must be signed in to change notification settings - Fork 173
Revert publishing types #521
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
Conversation
@@ -6,7 +6,7 @@ ignore_errors = True | |||
|
|||
[mypy-auth0.management.*] | |||
ignore_errors = False | |||
disable_error_code=var-annotated, attr-defined | |||
disable_error_code=var-annotated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
**Fixed** - Fix python dependency version [\#522](#522) ([adamjmcgrath](https://github.com/adamjmcgrath)) - Revert publishing types [\#521](#521) ([adamjmcgrath](https://github.com/adamjmcgrath))
Hi! Just saw this after opening #687
Is there tracking for what you find missing / lacking for republishing the package whilst marked as FWIW, pyright ships with, and mypy recommends installing, typeshed stubs which actually seems to be behind this project's own inline annotations. |
Changes
This package started publishing types in 4.4, but the way we add async classes and methods makes type checking unfeasible.
Revert publishing types externally until a better solution is available (this will probably be by generating the SDK).
References
fixes #514
See https://mypy.readthedocs.io/en/stable/installed_packages.html#creating-pep-561-compatible-packages