dense-analysis / dense-analysis/ale
Consider supporting dmypy
Open
enhancement
- Dominant language
- Vim Script
- Stars
- 14k
- Forks
- 1.5k
- Avg merge
- 17h 49m
- Merged PRs (30d)
- 1
Description
The latest version of mypy now ships with its own special daemon for checking for type errors faster. It might be nice if ALE supported this in some way or another, possibly including an additional plugin which uses ALE.
## Implementation Notes
`dmypy` writes a `dmypy.json` file which looks like this:
```json
{"pid": 26666, "sockname": "/where/ever/dmypy.sock"}
```
`dmypy` doesn't return accurate results yet, just approximate ones.
Contributor guide
Assessment
This issue has not been assessed yet.