aboutsummaryrefslogtreecommitdiff
path: root/autogpts/autogpt/mypy.ini
blob: 6257f48809e1a3ad136ceee5a2383cc7bd0fbf7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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