mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-11 02:04:24 +01:00
15 lines
291 B
INI
15 lines
291 B
INI
[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
|