-
-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help getting the plugin to work (mypy) #523
Comments
I'm on Linux (NixOS) |
@karb94 Were you able to fix this? I am having the same problem (I am on windows tho) Edit: It does not work on my linux system either |
I ran into a problem with the same symptoms, due to an outdated mypy in my poetry lockfile. Upgrading mypy from 0.971 to the recent 1.10.1 fixed the issue in my case. The older version didn't support the |
This appears to be working for me now. As @verbosemode mentioned, this was likely a mypy version issue. |
Hi, I've been trying for an hour to get the plugin to lint using mypy. I can see that a mypy process spawns in my process monitor but there is nothing showing up in Neovim.
My config:
Then in Neovim I run manually
:lua require("lint").try_lint()
and nothing shows up. If I run:lua = vim.diagnostic.get()
I get an empty table.if I run mypy in my terminal with the same default flags:
I get mypy output with the errors in my file.
Are there any logs of the ouput somewhere I can check?
The text was updated successfully, but these errors were encountered: