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
i use mypy to check my code. but it metioned: error: Skipping analyzing 'uvloop': found module but no type hints or library stubs
does uvloop support mypy check?
The text was updated successfully, but these errors were encountered:
Maybe there's a typeshed for it, but there's no out of the box support. You're welcome to work on adding that!
Sorry, something went wrong.
This is fixed in #366 I think.
No branches or pull requests
i use mypy to check my code.
but it metioned:
error: Skipping analyzing 'uvloop': found module but no type hints or library stubs
does uvloop support mypy check?
The text was updated successfully, but these errors were encountered: