Skip to content

Commit d12ac1e

Browse files
committed
Python: Use tsp instead of tree-sitter-python
1 parent 38169a9 commit d12ac1e

File tree

7 files changed

+116
-116
lines changed

7 files changed

+116
-116
lines changed

python/extractor/tsg-python/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ codeql_rust_binary(
1212
visibility = ["//visibility:public"],
1313
deps = all_crate_deps(
1414
normal = True,
15-
) + ["//python/extractor/tsg-python/tree-sitter-python"],
15+
) + ["//python/extractor/tsg-python/tsp"],
1616
)

0 commit comments

Comments
 (0)