From e92d1e29fdad130bee5cdf089b5c487a0a74ea73 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 11:31:08 +0000 Subject: [PATCH] fix: resolve CI test failures (duplicate return, mypy dependency) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 84bc87f..cab3999 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,7 @@ dev = [ "pytest-cov>=4.0.0", "pytest-asyncio>=0.21.0", "ruff>=0.1.0", + "mypy>=1.0.0", ] [tool.pytest.ini_options]