palantir / python-language-server

An implementation of the Language Server Protocol for Python
MIT License
2.6k stars 282 forks source link

Support pytype as a linter #910

Open dclong opened 3 years ago

dclong commented 3 years ago

pytype is a great type annotation based linter. I personally think it works even better than mypy. It would be great that if pytype is supported in pyls.

codeSamuraii commented 2 years ago

Agreed !