| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
From follow-imports it seems the best option for error reporting is '--follow-imports silent'. Its probably expansive but as mypy is running in daemon mode it should not be that bad. Anything else will miss lots of errors. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #391
One thing to note, I had to modify the mypy.errors module to write the traceback to stderr. Otherwise it breaks the LSP by writing to stdout.