mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2026-01-10 01:14:20 +01:00
refactor: Make types.py strictly typechecked. (#336)
This commit is contained in:
committed by
GitHub
parent
df2d3a57c2
commit
9a2bb6a7e7
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user