tomv564 / pyls-mypy

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

Fix diagnostics start position #31

Closed AmjadHD closed 5 years ago

AmjadHD commented 5 years ago

mypy diagnostics offsets are now 1-based see https://github.com/python/mypy/issues/4475 before: diag_bug after: diag_fix

tomv564 commented 5 years ago

Thanks for noticing and fixing this!