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
|
(setq-local
|
||||||
python-check-command
|
python-check-command
|
||||||
(cond
|
(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"))
|
(t "pyflakes"))
|
||||||
python-flymake-command
|
python-flymake-command
|
||||||
(cond
|
(cond
|
||||||
|
|
Loading…
Reference in a new issue