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
|
|
|
|
exclude = ^(agent/.*\.py)$
|
2023-07-04 22:28:00 +00:00
|
|
|
ignore_missing_imports = True
|
|
|
|
|
|
|
|
[mypy-agbenchmark.mocks.mock_manager.*]
|
|
|
|
ignore_errors = True
|
|
|
|
|
|
|
|
[mypy-agbenchmark.tests.basic_abilities.basic_challenge.*]
|
|
|
|
ignore_errors = True
|
|
|
|
|
|
|
|
[mypy-agbenchmark.mocks.tests.basic_mocks.*]
|
|
|
|
ignore_errors = True
|
|
|
|
|
2023-07-11 02:25:19 +00:00
|
|
|
[mypy-agbenchmark.tests.regression.ReportManager.*]
|
2023-07-04 22:28:00 +00:00
|
|
|
ignore_errors = True
|