python-microservices / pyms

Library of utils to create REST Python Microservices
https://python-microservices.github.io/home/
GNU General Public License v3.0
269 stars 45 forks source link

Increment type hints and add mypy #166

Open avara1986 opened 4 years ago

avara1986 commented 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.

ooigavin commented 4 years ago

Hi @avara1986 would like to pick this one up!

avara1986 commented 4 years ago

Thank you @ooigavin ! ^^ Don't forget to register in https://hacktoberfest.digitalocean.com/ :+1:

mbcaldeiro commented 4 years ago

Quisiera recoger esta issue