matangover / mypyls

Mypy language server: runs mypy on Python code to provide type checking, go to definition, and hover.
MIT License
34 stars 5 forks source link

Support for later versions of mypy #3

Closed relwell closed 4 years ago

relwell commented 4 years ago

setup.py currently pins this to version 0.74, but we're up to 0.761

One thing I've noticed is that this prevents us from being able to use the Django plugins and stubs available at https://github.com/machinalis/mypy-django

I was able to clone the repo, update the pinned version to the latest, and things seem to be working fine.

matangover commented 4 years ago

Thanks, I'll update the pinned version soon. I keep it pinned just in case a future version breaks compatibility.

Btw you don't need to clone the repo to update mypy – simply update mypy in the mypyls virtualenv (~/.mypyls/bin/pip install -U mypy if you used the default path).

matangover commented 4 years ago

Done

relwell commented 4 years ago

Wow, thanks for taking care of this so quickly!

On Sun, Dec 22, 2019 at 12:49 PM Matan Gover notifications@github.com wrote:

Done

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/matangover/mypyls/issues/3?email_source=notifications&email_token=AABY3VI3OD7ZGV5CNGEKJC3QZ6SDTA5CNFSM4J6MRTD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHPWB7Q#issuecomment-568287486, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABY3VIKRCWGOLYTZLSMHSTQZ6SDTANCNFSM4J6MRTDQ .

-- Robert Elwell http://robertelwell.info