mirror of
https://github.com/Significant-Gravitas/Auto-GPT.git
synced 2025-01-09 04:19:02 +08:00
45c15e370f
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
14 lines
295 B
INI
14 lines
295 B
INI
[mypy]
|
|
namespace_packages = True
|
|
follow_imports = skip
|
|
check_untyped_defs = True
|
|
disallow_untyped_defs = True
|
|
exclude = ^(agbenchmark/challenges/|agent/|venv|venv-dev)
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-agbenchmark.utils.data_types.*]
|
|
ignore_errors = True
|
|
|
|
[mypy-numpy.*]
|
|
ignore_errors = True
|