dense-analysis / dense-analysis/ale

Consider supporting dmypy

Open
#1,557 9 comments 9 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.