Skip to content

Commit

Permalink
Set ignore_missing_imports = False
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Oct 9, 2023
1 parent 020e939 commit 058cd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -52,7 +52,7 @@ where = src
[mypy]
allow_incomplete_defs = False
allow_untyped_defs = False
ignore_missing_imports = True
ignore_missing_imports = False
# <https://github.com/python/mypy/issues/7773>:
no_implicit_optional = True
implicit_reexport = False
Expand Down

0 comments on commit 058cd9c

Please sign in to comment.