tomv564 / pyls-mypy

Mypy plugin for the Python Language Server
MIT License
110 stars 62 forks source link

Depend on python-lsp-server #52

Open haplo opened 3 years ago

haplo commented 3 years ago

Palantir's python-language-server is now unmaintained. python-lsp-server is a community-maintained fork.

Fixes #51.

honnix commented 3 years ago

Looks like this is also unmaintained. Have you considered forking it into https://github.com/python-lsp ? @haplo

haplo commented 3 years ago

Looks like this is also unmaintained. Have you considered forking it into https://github.com/python-lsp ? @haplo

mypy-ls is a maintained fork that has released a python-lsp-server-compatible version on PyPI. It's working for me and the maintainer is open to PRs, so my plan is to keep contributing to it.

honnix commented 3 years ago

Ah, thanks. I didn't know this fork.