Integralist / vim-mypy

Vim plugin for executing Python's optional static type checker MyPy (http://mypy-lang.org/)
MIT License
97 stars 15 forks source link

remove unsupported --fast-parser #4

Closed johnsondnz closed 4 years ago

johnsondnz commented 4 years ago

Current mypy implementation doesn't support --fast-parser option. PR to remove.