Open
Description
Using mypy 0.782, I run
dmypy run .
on my codebase. The first time it runs, it correctly reports a few
error: unused 'type: ignore' comment
same as mypy. However, when rerunning dmypy run .
, these errors disappear, while all other errors remain.
For some reason, this type of warning (warn_unused_ignores
) seems to be missed sometimes when using the cache.
Unfortunately, it doesn't seem trivial to reproduce, so I can't give a reproducible project right now...