From 3d8f3536eaa52a8ad9cc970f3967d1a6a6c8ba1a Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Thu, 9 Nov 2023 08:59:30 -0500 Subject: [PATCH] mypy: Set `ignore_missing_imports = False` --- setup.cfg | 2 +- tox.ini | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b892b0a..152fe27 100644 --- a/setup.cfg +++ b/setup.cfg @@ -69,7 +69,7 @@ exclude = [mypy] allow_incomplete_defs = False allow_untyped_defs = False -ignore_missing_imports = True +ignore_missing_imports = False no_implicit_optional = True implicit_reexport = False local_partial_types = True diff --git a/tox.ini b/tox.ini index 9a476a1..7ded1f6 100644 --- a/tox.ini +++ b/tox.ini @@ -23,6 +23,7 @@ commands = [testenv:typing] deps = mypy + types-jsonschema types-requests extras = test commands =