mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-28 19:34:30 +01:00
19 lines
429 B
INI
19 lines
429 B
INI
[mypy]
|
|
follow_imports = skip
|
|
check_untyped_defs = True
|
|
disallow_untyped_defs = True
|
|
exclude = ^(agent/.*\.py)$
|
|
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
|
|
|
|
[mypy-agbenchmark.tests.regression.RegressionManager.*]
|
|
ignore_errors = True
|