fix tests

This commit is contained in:
David Soria Parra
2024-12-21 01:16:10 +00:00
parent 680afeeed6
commit 44e1abb7f1
3 changed files with 15 additions and 5 deletions

View File

@@ -77,6 +77,7 @@ target-version = "py310"
[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["F401"]
"tests/server/fastmcp/test_func_metadata.py" = ["E501"]
[tool.uv.workspace]
members = ["examples/servers/*"]