Introduce Mypy in pre-commit
Opened this issue · 3 comments
michalslowikowski00 commented
Description
Add Mypy in pre-commit.
https://mypy.readthedocs.io/en/stable/
Use case
We would like to keep our code clean and tidy -- that's why setting up Mypy in pre-commit is a good idea.
Related Issues
N/A
turbaszek commented
+1 for this and I think @Humbedooh also likes the type hints!
michalslowikowski00 commented
What do you think about flake8 also?