mypy daemon mode only supports concurrency of 1 (aka no concurrency) however, we’d like to only run on files changed rather than on target: .
theoretically, if a user modifies 65 files, we’ll spawn two mypy daemon mode processes and then the daemon will crash