Closed
Description
In our codebase we have a case where running quick mode twice crashes.
@euresti reported this.
UPDATE: it's something like
$ rm -rf .mypy_cache
$ mypy -i --strict-optional <files>
<lots of errors>
$ mypy -quick --strict-optional <files>
<lots of errors>
$ mypy -quick --strict-optional <files>
<lots of errors>
<crash>
$