If there are only notes in mypy daemon output, for example
note: Redundant cast to "UserId"
It is not shown in the plugin window. The cause is a shortcut for result.getErrcount() == 0. Probably we should just remove this shortcut, or count notes as well.
If there are only notes in mypy daemon output, for example
It is not shown in the plugin window. The cause is a shortcut for
result.getErrcount() == 0
. Probably we should just remove this shortcut, or count notes as well.