Configure ty fastmcp source path

This commit is contained in:
Jeremiah Lowin 2026-05-22 18:31:10 -04:00
commit f800c75842
No known key found for this signature in database

View file

@ -141,6 +141,7 @@ exclude = ["**/node_modules", "**/__pycache__", ".venv", ".git", "dist"]
[tool.ty.environment]
python-version = "3.10"
extra-paths = ["fastmcp_slim"]
[tool.ty.rules]
division-by-zero = "warn"