mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-26 02:14:27 +01:00
11 lines
222 B
INI
11 lines
222 B
INI
[mypy]
|
|
follow_imports = skip
|
|
check_untyped_defs = True
|
|
disallow_untyped_defs = True
|
|
files = tests/integration/challenges/**/*.py
|
|
|
|
[mypy-requests.*]
|
|
ignore_missing_imports = True
|
|
[mypy-yaml.*]
|
|
ignore_missing_imports = True
|