tools(ty): fix ty integration with zed
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user