Open mrbermell opened 3 years ago
Please assign this issue to me, I am working on basic annotation and should hopefully have a PR up soon for you to review.
@phasenoisepon, great that you've taken on this! Do you need any help or do you have any questions? =)
Haven't had a lot of time to work on this, feel free to assign it to someone else.
Ok, no worries!
PEP 484 specifies a syntax for providing type hints for function arguments and return types:
This makes the code more readable and gives more information to linters which can point out inconsistencies.
It would be great to have for all python files in the framework, especially the ones used for bot development. This is a great way to get started working with and understanding the framework. Any help is greatly appreciated!
TODO: