We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 valid MyPy types as per PEP-561 🙏
Type safety is good 🎉
Type safety within my application - at the moment mypy just complains
https://mypy.readthedocs.io/en/stable/running_mypy.html
And everything gets typed as Any
Any
Not beyond adding a py.typed file and specifying the various types
The text was updated successfully, but these errors were encountered:
Hi @Josh-a-e ,
Thank you for your input. I will share it with the team for review. Regards, Wissam
Sorry, something went wrong.
@wissam-khalili please assign this to me
gagandeepp
Successfully merging a pull request may close this issue.
Feature request for Cloudinary Python SDK
Add valid MyPy types as per PEP-561 🙏
Explain your use case
Type safety is good 🎉
Describe the problem you’re trying to solve
Type safety within my application - at the moment mypy just complains
https://mypy.readthedocs.io/en/stable/running_mypy.html
And everything gets typed as
Any
Do you have a proposed solution?
Not beyond adding a py.typed file and specifying the various types
The text was updated successfully, but these errors were encountered: