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
It seems like currently the type information is not announced properly and won't be used by mypy in packages depending on web3.
mypy
web3
See https://mypy.readthedocs.io/en/latest/installed_packages.html#making-pep-561-compatible-packages for more infos.
Like described, typing infos need to be announced via PEP561
The text was updated successfully, but these errors were encountered:
This has been released with 5.6.0 @palango! Thanks!
Sorry, something went wrong.
No branches or pull requests
What was wrong?
It seems like currently the type information is not announced properly and won't be used by
mypy
in packages depending onweb3
.See https://mypy.readthedocs.io/en/latest/installed_packages.html#making-pep-561-compatible-packages for more infos.
How can it be fixed?
Like described, typing infos need to be announced via PEP561
The text was updated successfully, but these errors were encountered: