From 53ec3337f38fcfabdd2398dfbad8f0f22c322363 Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Sun, 6 Aug 2023 09:52:46 -0700 Subject: [PATCH] Add all agent protocol tests (#260) Signed-off-by: Merwane Hamadi --- agbenchmark/challenges | 2 +- mypy.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/agbenchmark/challenges b/agbenchmark/challenges index d51cf0dd..29fbe5ae 160000 --- a/agbenchmark/challenges +++ b/agbenchmark/challenges @@ -1 +1 @@ -Subproject commit d51cf0dda467142c64f81e97367d3d882ccab165 +Subproject commit 29fbe5aed56ae313f966796580aff380054343a9 diff --git a/mypy.ini b/mypy.ini index c099e2cf..1b1cd540 100644 --- a/mypy.ini +++ b/mypy.ini @@ -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 \ No newline at end of file +ignore_errors = True