Replies: 1 comment 6 replies
-
Hi! And yep it could be worthy, and probably we will also need to add a GitHub workflow to actually check the typings 🤔 Not sure how straightforward such an effort would be but happy to hear a plan to add typing annotations to the project code itself :) |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The oldest Python still supported by QtPy is 3.7. It has decent support for typing annotations. Still, the code of QtPy is merely typed. The typing of the code and the tests might further improve the code quality. So, this raises the question from the title: Is it time to introduce typing annotations, at least the ones supported by Python 3.7?
Beta Was this translation helpful? Give feedback.
All reactions