Open avara1986 opened 4 years ago
Add more Python type hints and add mypy valitations. This validation could be a step in GH actions or tox
You can learn more about type hints in this link
Mypy has a command line checker:
mypy pyms
Ideally, mypy must return 0 errors, but could be a hard work because pyms create dynamic attributes.
Hi @avara1986 would like to pick this one up!
Thank you @ooigavin ! ^^ Don't forget to register in https://hacktoberfest.digitalocean.com/ :+1:
Quisiera recoger esta issue
Add more Python type hints and add mypy valitations. This validation could be a step in GH actions or tox
You can learn more about type hints in this link
Mypy has a command line checker:
Ideally, mypy must return 0 errors, but could be a hard work because pyms create dynamic attributes.