aboutsummaryrefslogtreecommitdiff
path: root/autogpts/autogpt/mypy.ini
diff options
context:
space:
mode:
Diffstat (limited to 'autogpts/autogpt/mypy.ini')
-rw-r--r--autogpts/autogpt/mypy.ini14
1 files changed, 0 insertions, 14 deletions
diff --git a/autogpts/autogpt/mypy.ini b/autogpts/autogpt/mypy.ini
deleted file mode 100644
index 6257f4880..000000000
--- a/autogpts/autogpt/mypy.ini
+++ /dev/null
@@ -1,14 +0,0 @@
-[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
-
-[mypy-requests.*]
-ignore_missing_imports = True
-[mypy-yaml.*]
-ignore_missing_imports = True