From 3a837d90b8dd12e202e42c78a4941f58b55cfc91 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 13 Jun 2021 10:28:34 -1000 Subject: [PATCH] Set mypy follow_imports to skip as ignore is not a valid option --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a9dddb26..e9dc052f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,7 @@ ignore=E203,W503 [mypy] ignore_missing_imports = true -follow_imports = ignore +follow_imports = skip check_untyped_defs = true no_implicit_optional = true warn_incomplete_stub = true