@@ -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
The note is not visible to the blocked user.