-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
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
Python 3 type hints #38
Comments
Link this to #27 . |
Can I help on this One? |
Hi @sousajf1 , sure. :) I am not sure when I can finish #28 so yeah, we should star this one. Happy to see improvements! |
seeing you are dropping python 2, I'll remove from dependencies in #57 so supported python versions are 3.7-3.9 ? |
Should be 3.6-3.9, which are versions being tested in Github Actions. |
hmm I could only see |
Ouch, I was referencing that info from README ! 🤕 Could you add it back to the workflow ? |
Hey @madeinoz67 sorry, never mind, just created #59 to see if Python 3.6 still pass the tests. |
looks like since v2.4.0 is released there are no deal-breakers to add types hinting? |
Yeah, that's right! 😄 |
It is easier to add type hints if Python 3.6 is dropped because then |
Hi, sorry for bumping this old issue, just wanted to add this note for future self: We might be able to gain some speed boost with mypyc once we added type hints. |
Python type hints would be an interesting direction once Python 2 support is dropped...
$
mypy --ignore-missing-imports .
The text was updated successfully, but these errors were encountered: