Skip to content

Commit

Permalink
Python: Use tsp instead of tree-sitter-python
Browse files Browse the repository at this point in the history
  • Loading branch information
tausbn committed Mar 19, 2024
1 parent 38169a9 commit d12ac1e
Show file tree
Hide file tree
Showing 7 changed files with 116 additions and 116 deletions.
2 changes: 1 addition & 1 deletion python/extractor/tsg-python/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ codeql_rust_binary(
visibility = ["//visibility:public"],
deps = all_crate_deps(
normal = True,
) + ["//python/extractor/tsg-python/tree-sitter-python"],
) + ["//python/extractor/tsg-python/tsp"],
)
Loading

0 comments on commit d12ac1e

Please sign in to comment.