Speed up mypy runs
You can use mypy daemon to get much fasterincremental mypy runs. The larger your project is, the more usefulthis will be. If your project has at least 100,000 lines of code orso, you may also want to set up remote cachingfor further speedups.