dense-analysis / dense-analysis/ale
Report parse errors from other files for mypy
Open
enhancement
- Dominant language
- Vim Script
- Stars
- 14k
- Forks
- 1.5k
- Avg merge
- 17h 49m
- Merged PRs (30d)
- 1
Description
With mypy, if you see a parse error in files you have imported, type checking will not be applied. This is especially a problem when writing stubs files.
I think the `mypy` linter should complain when one of the imported files has a parse error.
Contributor guide
Assessment
This issue has not been assessed yet.