mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-24 17:34:24 +01:00
13 lines
292 B
INI
13 lines
292 B
INI
[mypy]
|
|
namespace_packages = True
|
|
follow_imports = skip
|
|
check_untyped_defs = True
|
|
disallow_untyped_defs = True
|
|
exclude = ^(agent/.*\.py|agbenchmark/challenges/code/)$
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-agbenchmark.utils.data_types.*]
|
|
ignore_errors = True
|
|
|
|
[mypy-numpy.*]
|
|
ignore_errors = True |