fix: resolve CI test failures (duplicate return, mypy dependency)
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-04 11:31:08 +00:00
parent 18a1b69f84
commit e92d1e29fd

View File

@@ -41,6 +41,7 @@ dev = [
"pytest-cov>=4.0.0", "pytest-cov>=4.0.0",
"pytest-asyncio>=0.21.0", "pytest-asyncio>=0.21.0",
"ruff>=0.1.0", "ruff>=0.1.0",
"mypy>=1.0.0",
] ]
[tool.pytest.ini_options] [tool.pytest.ini_options]