Convert Type Annotations to Py3 syntax
cooperlees opened this issue · 4 comments
cooperlees commented
Since this project is now >= Python 3.5 we can move all type annotations to Python 3 syntax except variable annotations (they will need to stay as comments until the project is >= 3.6).
Happy to do the PR one day and also happy if someone else beats me. I did PR #75 to add CI type checking, ensuring master is passing before we convert.
Not sure if there are tools to do this for us, but manual wouldn’t take to long.
mimi89999 commented
I guess that it would also be good to annotate pycares.
cooperlees commented
I guess that it would also be good to annotate pycares.
For sure. But I feel that should be an issue over at https://github.com/saghul/pycares :)
cooperlees commented
Did it: saghul/pycares#112
mimi89999 commented
I opened a PR 😉