add cache, try parsing using pygls

This commit is contained in:
2023-10-17 22:25:58 +02:00
committed by AcerecA
parent c05fc0e1ba
commit a924ca5710
6 changed files with 93 additions and 104 deletions
+4
View File
@@ -31,3 +31,7 @@ skillls = "skillls.main:main"
line-length = 100
target-version = "py311"
include = "skillls"
[tools.ruff]
line-length = 100
include = ['ALL']