Can type-stubs be shipped with this library for supporting type checking with pyright? #384
Replies: 2 comments 5 replies
-
I have not used pyright, but I am not against typing. So feel free to create a merge request adding typing where it make sense |
Beta Was this translation helpful? Give feedback.
-
These type checking topic would be a good usecase for annotations, which may take a while in our repo. While pyright is written in e.g. in Typescript and is very microsoft orientated (in my private opinion a nono for open source projects), I would recommened mypy as an alternative. It is written in Python and type-stubs seems to use it as well. I know from another repo, that it is possible to run github actions with mypy as well, but we should be aware, that adding such a test will be causing lot's of work and fails. ^^ |
Beta Was this translation helpful? Give feedback.
-
Type-stubs
Beta Was this translation helpful? Give feedback.
All reactions