msherry / flycheck-pycheckers

Multiple syntax checker for Python in Emacs, using Flycheck
GNU General Public License v3.0
63 stars 23 forks source link

Allow following imports on newer mypy daemon #56

Closed efroemling closed 4 years ago

efroemling commented 4 years ago

In version 0.780, the mypy daemon gained support for following imports, so setting --follow-imports=error and providing all imports explicitly on the command line is no longer necessary. This updates flycheck-pycheckers' mypy daemon mode accordingly. See https://mypy-lang.blogspot.com/2020/06/mypy-0780-released.html

msherry commented 4 years ago

LGTM, thanks for the fix!