neoclide / coc-python

Python extension for coc.nvim, fork of vscode-python
574 stars 51 forks source link

mypy debug #224

Open cazador481 opened 4 years ago

cazador481 commented 4 years ago

Hello, I am trying to debug why mypy in coc-python claims that there are no errors, but if i run mypy on the command line I get errors. How can I see what command is being used by mypy? And what the exact output of mypy lint run is?