This commit is contained in:
Grace Yoder 2026-03-10 13:10:32 -04:00
commit 5fdb347da5
No known key found for this signature in database
21 changed files with 370 additions and 10 deletions

View file

@ -10,5 +10,5 @@
return {
cmd = { 'ty', 'server' },
filetypes = { 'python' },
root_markers = { 'ty.toml', 'pyproject.toml', 'setup.py', 'setup.cfg', 'requirements.txt', '.git' },
root_markers = { 'ty.toml', 'pyproject.toml', 'setup.py', 'setup.cfg', 'requirements.txt', '.git', '.jj' },
}