refactor: Make types.py strictly typechecked. (#336)

This commit is contained in:
David Soria Parra
2025-03-26 14:21:35 +00:00
committed by GitHub
parent df2d3a57c2
commit 9a2bb6a7e7
4 changed files with 66 additions and 34 deletions

View File

@@ -87,7 +87,6 @@ include = ["src/mcp", "tests"]
venvPath = "."
venv = ".venv"
strict = ["src/mcp/**/*.py"]
exclude = ["src/mcp/types.py"]
[tool.ruff.lint]
select = ["E", "F", "I", "UP"]