From 1a79c9c5da99def376c766b9677491ac0ac16fce Mon Sep 17 00:00:00 2001 From: Klemek Date: Mon, 15 Jun 2026 11:30:09 +0200 Subject: [PATCH] tools(ty): fix ty integration with zed --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 79377c3..aa5149d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,9 @@ ignore = ["D", "E501", "ANN401", "BLE001", "COM812", "S101", "PT"] [tool.ty.src] include = ["cool_domain", "tests"] +[tool.ty.environment] +python = "./.venv/bin/python3" + [tool.coverage.run] source = ["cool_domain"] omit = ["cool_domain/logs.py", "cool_domain/__main__.py"]