~dricottone/vim-mypy

b62fca16 — dricottone 5 years ago dev
Remove --fast-parser option

The parser for mypy was changed permanently. The 'fast' parser is no
longer opt-in-able. (Rather, it became possible to opt-out of it.)
2309c037 — Mark McDonnell 7 years ago
Use correct flags

--fast-parser for async/await support
--ignore-missing-imports --follow-imports=skip for not following imports and causing odd errors
803a1bba — Mark McDonnell 7 years ago
Update README.md
4df7f702 — Integralist 7 years ago
Update README
be76aa31 — Integralist 7 years ago
Fix bug in autoload code
51867674 — Integralist 7 years ago
Setup
27ec1810 — Mark McDonnell 7 years ago
Initial commit