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-07-24 20:57:44 +00:00
|
|
|
exclude = ^(agent/.*\.py|agbenchmark/challenges/code/)$
|
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-24 20:57:44 +00:00
|
|
|
ignore_errors = True
|