Labgrid typing package for mypy? #1473
DeltaFoxtrot01
started this conversation in
General
Replies: 1 comment
-
The gRPC migration (#1469) uses some more type annotations. We'd also like to use mypy to check labgrid itself, but the last time I looked at that (~2021), mypy didn't understand our Resource/Driver binding mechanism. That could probably be fixed by someone experienced with mypy, though. So, while we don't have any concrete plans for more mypy annotations, we'd definitely appreciate contributions towards that goal. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Currently, I am implementing stricter typing in a Python project I am working on. I noticed that a portion of the package does not work with strict typing. I tried looking for a typing package for Labgrid, and I could not find one. I noticed that there is a PR related to this, but the amount of work seems to have just been some small contribution to it (link for the PR -> #823). Am I missing something? Is there any plan to make this available?
Beta Was this translation helpful? Give feedback.
All reactions