diff --git a/mypy.ini b/mypy.ini index 0b189bc748ac..6257f48809e1 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,7 +1,9 @@ [mypy] follow_imports = skip check_untyped_defs = True +disallow_untyped_calls = True disallow_untyped_defs = True +files = autogpt/**/*.py,tests/**/*.py [mypy-tests.*] disallow_untyped_defs = False