vim-mypy icon indicating copy to clipboard operation
vim-mypy copied to clipboard

Vim plugin for executing Python's optional static type checker MyPy (http://mypy-lang.org/)

Results 2 vim-mypy issues
Sort by recently updated
recently updated
newest added

Since January 2017, it is now enabled by default and the only parser available. https://github.com/python/mypy/pull/2734 Solves #1.

Installed mypy 0.670-1 [from aur](https://www.archlinux.org/packages/community/any/mypy/) and vim-mypy with plug. ```vim Plug 'Integralist/vim-mypy', { 'for': 'python' } ``` Executing `:Mypy` I get this: ``` :Mypy :!mypy --ignore-missing-imports --follow-imports=skip --fast-parser app/models/user.py usage:...