Is it possible to see mypy types in emacs? I would like a command that does something like show the type of what's under point (presumably getting that information from the mypy cache for speed?). Or alternatively, I might be happy with a UI like lsp-mode's (perhaps using lsp-mode itself) that shows the type immediately when point is over something, without needing to run a command.
Would be interested to know also if there is an easy way to set things up in spacemacs, but this question is primarily about the generic emacs issue.