tools(ty): fix ty integration with zed

This commit is contained in:
2026-06-15 11:30:09 +02:00
parent f5003a8a15
commit 1a79c9c5da
+3
View File
@@ -45,6 +45,9 @@ ignore = ["D", "E501", "ANN401", "BLE001", "COM812", "S101", "PT"]
[tool.ty.src] [tool.ty.src]
include = ["cool_domain", "tests"] include = ["cool_domain", "tests"]
[tool.ty.environment]
python = "./.venv/bin/python3"
[tool.coverage.run] [tool.coverage.run]
source = ["cool_domain"] source = ["cool_domain"]
omit = ["cool_domain/logs.py", "cool_domain/__main__.py"] omit = ["cool_domain/logs.py", "cool_domain/__main__.py"]