1.4.0 (2020-03-22)
A handful of updates courtesy of @kaste (#47)
- Don't clear the cache on restart and instead only after 14 days
- Prioritize project's
.mypy_cache
folder, if it exists - Set
cache-dir
tofalse
to honor configuration in amypy.ini
file - Match error codes
- Support
follow-imports=normal
, although the default remainssilent
- Prevent races of multiple mypy instances running at the same time