Adjust mypy arguments for python-check-command

This commit is contained in:
Evie Litherland-Smith 2024-10-29 06:32:17 +00:00
parent a14cf22c79
commit 5107a61e8e

View file

@ -1540,7 +1540,7 @@ Configure email with iCalendar event support, to integrate with
(setq-local
python-check-command
(cond
((executable-find "mypy" t) "mypy --check-untyped-defs --warn-unreachable --show-error-codes --ignore-missing-imports")
((executable-find "mypy" t) "mypy --check-untyped-defs --show-error-codes")
(t "pyflakes"))
python-flymake-command
(cond