diff --git a/mypy.ini b/mypy.ini index 976ba029..ae04de1b 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,2 +1,4 @@ [mypy] ignore_missing_imports = True +strict = True +disallow_untyped_calls = False