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