Skip to content

1.4.0 (2020-03-22)

Compare
Choose a tag to compare
@FichteFoll FichteFoll released this 22 Mar 21:26
· 27 commits to master since this release
51a43db

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 to false to honor configuration in a mypy.ini file
  • Match error codes
  • Support follow-imports=normal, although the default remains silent
  • Prevent races of multiple mypy instances running at the same time