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

Don't pass --fast-parser flag anymore #2

Open flebel opened 6 years ago

flebel commented 6 years ago

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

Solves #1.

LIttleAncientForestKami commented 4 years ago

:+1: Thank you for this @flebel

ptarjan commented 6 months ago

Ping! Can we land this please?