We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mypy
Sorry for my noob question, but what is the purpose of the package? I can run in a terminal locally or at a cloud's CI/CD the following two commands:
> mypy src/ && mypy tests/ > pytest tests/
So why waste time on a new package development instead of just running two simple commands?