From 95207169eca95097cb2bec763f7e37e2600fdba2 Mon Sep 17 00:00:00 2001 From: Norman Hooper Date: Thu, 17 Mar 2022 01:42:08 +0000 Subject: [PATCH] Move ignore_missing_imports to per-module --- mypy.ini | 2 +- mypy_typed_modules.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mypy.ini b/mypy.ini index 8788d153bfbe..78a70ce6163d 100644 --- a/mypy.ini +++ b/mypy.ini @@ -2,7 +2,6 @@ [mypy] python_version = 3.9 -ignore_missing_imports = True follow_imports = silent disallow_subclassing_any = True @@ -16,5 +15,6 @@ show_error_codes = True # Per-module options: [corehq.motech.value_source] +ignore_missing_imports = True disallow_untyped_defs = True disallow_any_generics = True diff --git a/mypy_typed_modules.txt b/mypy_typed_modules.txt index b7efb04bf312..600535e75404 100644 --- a/mypy_typed_modules.txt +++ b/mypy_typed_modules.txt @@ -1 +1 @@ -corehq/motech/value_source.py +-mcorehq.motech.value_source