# ToDo To validate our Python code we need to build a CI to test the code. It's important to run `mypy` too, since it is a type checher, it will validate if the infered types are the same as the annotaded ones. https://github.com/python/mypy