On some files I’m getting “flake8 (erred), mypy(erred)” with the linter. The popup menu on the status bar offers “Output: Sublime Linter”, but this shows only the name of the file and “No lint results.”
In my sublime linter settings I added:
“debug”: true,
In attempts to locate a problem, but either don’t know where this outputs information, or it fails to give any more information. (It doesn’t appear to even attempt to run it, since the “SublimeLinter Messages” console is not created at all.)
This was working previously, and I’m not sure what changed that broke it. It also still works on JSX files.
How do I figure out why these aren’t working now?