Closed sckott closed 2 years ago
https://www.python.org/dev/peps/pep-0484/
means min. python 3.5 AFAICT
https://docs.python.org/3/library/typing.html
https://mypy.readthedocs.io/en/stable/getting_started.html
stubs https://mypy.readthedocs.io/en/latest/stubs.html
Working on new branch https://github.com/sckott/habanero/tree/type-hints-new
Done but need to work out how to do type hints where they work if user is running older python versions
https://www.python.org/dev/peps/pep-0484/
means min. python 3.5 AFAICT