From 68df09df09a11c494bc059f0713d8191f370267c Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 31 Jul 2023 12:42:44 +0100 Subject: [PATCH] mypy: Follow imports Signed-off-by: Stephen Finucane --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index b2fb7a7..4472614 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,11 +43,10 @@ no_implicit_optional = true show_column_numbers = true show_error_context = true ignore_missing_imports = true -follow_imports = skip check_untyped_defs = true warn_unused_ignores = true warn_return_any = true -strict_optional = false +strict_optional = true exclude = (?x)( docs/.* \ | tests/.*