From 9828b96291dff8d873fbe558f39f7bffd8342019 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 30 Oct 2024 16:57:10 +0000 Subject: [PATCH] Add extra flags back to mypy for python-check-command --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index a17e462..d32ad7f 100644 --- a/README.org +++ b/README.org @@ -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