Add extra flags back to mypy for python-check-command

This commit is contained in:
Evie Litherland-Smith 2024-10-30 16:57:10 +00:00
parent 8ff463a19b
commit 9828b96291

View file

@ -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