vim mypy
1.0.0
VIM -Plugin für die Ausführung von Pythons optionalem statischen Typ Checker MyPy
def example ( n : int ) -> str :
print ( type ( n ))
return 'hello'
example ( "a" ) # << incorrect, we've passed a String and not an Integer :Mypy <Leader>mp Plugin auslösen
git clone https://github.com/integralist/vim-mypy ~ /.vim/bundle/vim-mypy Plugin 'integralist/vim-mypy'
Es scheint, dass sowohl syntastisch als auch neomake die Unterstützung für MyPy beinhalten.