From 6e36e511d69284a15022578fa0e659331f45eef1 Mon Sep 17 00:00:00 2001 From: Christophe Bornet Date: Mon, 15 Jun 2026 19:38:28 +0200 Subject: [PATCH] chore(standard-tests): cleanup mypy conf (#38166) --- libs/standard-tests/pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libs/standard-tests/pyproject.toml b/libs/standard-tests/pyproject.toml index 9a525596b70..1d00996525b 100644 --- a/libs/standard-tests/pyproject.toml +++ b/libs/standard-tests/pyproject.toml @@ -80,10 +80,6 @@ ignore_missing_imports = true module = ["deepagents", "deepagents.*"] ignore_missing_imports = true -[[tool.mypy.overrides]] -module = ["tests.unit_tests.test_in_memory_sandbox_provider"] -ignore_errors = true - [tool.ruff.format] docstring-code-format = true