You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
When creating a new file via the command
nvim /path/to/nonexistent.py
,mypy
fails with the following error:Looking at the code, it looks like it's due to the following arguments, specifically the
params.bufname
parts.null-ls.nvim/lua/null-ls/builtins/diagnostics/mypy.lua
Lines 26 to 41 in db09b6c
Should the the builtin first try to save the buffer to a temporary file if it finds that the file doesn't yet exist?
The text was updated successfully, but these errors were encountered: