Skip to content

Commit 325ec10

Browse files
committed
Add ty language server to mise setup
1 parent ba51228 commit 325ec10

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

mise.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,17 @@ _.python.venv = { path = ".venv", create = true }
1111
python = "{{ get_env(name='PYTHON_VERSION', default='3.14') }}"
1212
uv = "latest"
1313
ruff = "latest"
14+
ty = "latest"
1415

1516
[tasks.install]
1617
description = "Install dependencies and install git-privacy in venv in editable mode (necessary for tests)"
1718
alias = "i"
1819
run = "uv pip install -r requirements.txt -r requirements-dev.txt -e ."
1920

21+
[tasks.lsp]
22+
description = "Start the ty language server"
23+
run = "ty server"
24+
2025
[tasks.test]
2126
description = "Run tests"
2227
run = "pytest tests/"

0 commit comments

Comments
 (0)