From 5107a61e8e1f6ad27760a324173b5ada3845775b Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 29 Oct 2024 06:32:17 +0000 Subject: [PATCH] Adjust mypy arguments for python-check-command --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 8e9fdbb..824307c 100644 --- a/README.org +++ b/README.org @@ -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