AutoGPT/mypy.ini

14 lines
295 B
INI
Raw Normal View History

2023-07-02 20:14:49 +00:00
[mypy]
namespace_packages = True
2023-07-02 20:14:49 +00:00
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.*]
2023-07-30 22:51:17 +00:00
ignore_errors = True
[mypy-numpy.*]
ignore_errors = True