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]
|
[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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user