chore(standard-tests): cleanup mypy conf (#38166)

This commit is contained in:
Christophe Bornet
2026-06-15 19:38:28 +02:00
committed by GitHub
parent afff89a9f7
commit 6e36e511d6

View File

@@ -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