mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-16 12:34:20 +01:00
13 lines
223 B
INI
13 lines
223 B
INI
[mypy]
|
|
follow_imports = skip
|
|
check_untyped_defs = True
|
|
disallow_untyped_defs = True
|
|
|
|
[mypy-tests.*]
|
|
disallow_untyped_defs = False
|
|
|
|
[mypy-requests.*]
|
|
ignore_missing_imports = True
|
|
[mypy-yaml.*]
|
|
ignore_missing_imports = True
|