Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • a reusable box written by the user where the box had an illegal python name with a dash in it, causing the mypy parsing to fail (I think)
  • defunct dmypy processes getting leftover that needed to be killed by hand
  • update the conda mypy version from 0.910 to 0.961 helped once
  • running ami in a non-writeable directory where ami can't write the temporary ".dmypy.json" file (this should give a "permissions error" in the output)

Seshu wrote about debugging mypy problems:

...