Add extra flags back to mypy for python-check-command
This commit is contained in:
parent
8ff463a19b
commit
9828b96291
|
@ -1548,7 +1548,7 @@ Configure email with iCalendar event support, to integrate with
|
|||
(setq-local
|
||||
python-check-command
|
||||
(cond
|
||||
((executable-find "mypy" t) "mypy --check-untyped-defs --show-error-codes")
|
||||
((executable-find "mypy" t) "mypy --check-untyped-defs --warn-unreachable --show-error-codes --ignore-missing-imports")
|
||||
(t "pyflakes"))
|
||||
python-flymake-command
|
||||
(cond
|
||||
|
|
Loading…
Reference in a new issue