update
This commit is contained in:
+6
-1
@@ -5,7 +5,9 @@ version = "0.1.0"
|
||||
dependencies = [
|
||||
"parsimonious~=0.10.0",
|
||||
"pygls",
|
||||
"rich"
|
||||
"rich",
|
||||
"tree-sitter>=0.24.0",
|
||||
"tree-sitter-skill>=0.1.5",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
@@ -35,3 +37,6 @@ include = "skillls"
|
||||
[tools.ruff]
|
||||
line-length = 100
|
||||
include = ['ALL']
|
||||
|
||||
[tool.uv.sources]
|
||||
tree-sitter-skill = { git = "ssh://git@git.acereca.net/acereca/tree-sitter-skill.git" }
|
||||
|
||||
Reference in New Issue
Block a user