~dricottone/vim-mypy

ref: 4df7f702fd98518a239f1e2f802ea7507a8456a9 vim-mypy/README.md -rw-r--r-- 509 bytes
4df7f702 — Integralist Update README 7 years ago

#vim-mypy

Vim plugin for executing Python's optional static type checker MyPy

#Install

#Pathogen

git clone https://github.com/integralist/vim-mypy ~/.vim/bundle/vim-mypy

#Vundle

Plugin 'integralist/vim-mypy'

#Alternatives

It seems both Syntastic and Neomake include support for MyPy.