2023-07-02 20:14:49 +00:00
|
|
|
[mypy]
|
2023-07-07 20:55:59 +00:00
|
|
|
namespace_packages = True
|
2023-07-02 20:14:49 +00:00
|
|
|
follow_imports = skip
|
|
|
|
check_untyped_defs = True
|
|
|
|
disallow_untyped_defs = True
|
2023-08-06 16:52:46 +00:00
|
|
|
exclude = ^(agbenchmark/challenges/|agent/|venv|venv-dev)
|
2023-07-04 22:28:00 +00:00
|
|
|
ignore_missing_imports = True
|
|
|
|
|
2023-07-26 12:53:10 +00:00
|
|
|
[mypy-agbenchmark.utils.data_types.*]
|
2023-07-30 22:51:17 +00:00
|
|
|
ignore_errors = True
|
|
|
|
|
|
|
|
[mypy-numpy.*]
|
2023-08-06 16:52:46 +00:00
|
|
|
ignore_errors = True
|