Add all agent protocol tests (#260)

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
merwanehamadi
2023-08-06 09:52:46 -07:00
committed by GitHub
parent 7e40b57d2b
commit 53ec3337f3
2 changed files with 3 additions and 3 deletions

View File

@@ -3,11 +3,11 @@ namespace_packages = True
follow_imports = skip
check_untyped_defs = True
disallow_untyped_defs = True
exclude = ^(agent/.*\.py|agbenchmark/challenges/code/)$
exclude = ^(agbenchmark/challenges/|agent/|venv|venv-dev)
ignore_missing_imports = True
[mypy-agbenchmark.utils.data_types.*]
ignore_errors = True
[mypy-numpy.*]
ignore_errors = True
ignore_errors = True