MyPy compatibility #362
graille
started this conversation in
Feature requests
Replies: 2 comments 1 reply
-
I believe @IAmTomahawkx typed it to Pylance/Pyright instead of MyPy, he will be best to answer this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
As chilly said, I've used pyright in 3.0 as it is much more capable of understanding code than mypy. The changes aren't massive to support pyright instead of mypy, but it's a substantially better type checker. Ideally if you could convert this to pyright that would be amazing |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I spent several days to make TwitchIO 2.5 compatible with MyPy. It is for the moment only local and it would need more pronounced tests in order to submit a PR. So I was wondering if there would be any interest in such a PR ?
(I specify that there is no change of code or function signatures, just corrections of type declarations and addition of explicit casts).
Beta Was this translation helpful? Give feedback.
All reactions