Open alanhdu opened 4 years ago
MyPy ships with a daemon mode that amortizes the cost of type-checking you're entire codebase. It'd be great if coc-python could also use dmypy as a source of linting (in addition to mypy) to lower the latency of type errors.
coc-python
dmypy
mypy
Consider https://github.com/fannheyward/coc-pyright
MyPy ships with a daemon mode that amortizes the cost of type-checking you're entire codebase. It'd be great if
coc-python
could also usedmypy
as a source of linting (in addition tomypy
) to lower the latency of type errors.