tomv564 / pyls-mypy

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

Missing error? #42

Open indigoviolet opened 4 years ago

indigoviolet commented 4 years ago

I'm using pyls-mypy via lsp-mode in emacs, and noticed a line that should error but didn't. On digging, this error was found by mypy on the command line as well as by directly enabling flycheck python-mypy. Any ideas why this might be happening?