#vim-mypy
Vim plugin for executing Python's optional static type checker MyPy
#Install
git clone https://github.com/integralist/vim-mypy ~/.vim/bundle/vim-mypy
Plugin 'integralist/vim-mypy'
#Alternatives
It seems both Syntastic and Neomake include support for MyPy.