Fix mypy config

This commit is contained in:
Reinier van der Leer
2023-08-24 22:15:22 +02:00
parent f871688a3f
commit 1b618fd5d7

View File

@@ -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