File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
src/graph_sitter/gscli/generate Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 4343 -n auto \
4444 --cov src \
4545 --splits 8 --group ${{ matrix.group }} \
46- # --cov-report=json \
4746 --timeout 15 \
4847 -o junit_suite_name="${{github.job}}-${{ matrix.group }}" \
4948 tests/unit
Original file line number Diff line number Diff line change 11[build .hooks .vcs ]
22dependencies = [" hatch-vcs>=0.4.0" ]
33version-file = " src/graph_sitter/__init__.py"
4-
4+ template = """
5+ # coding: utf-8
6+ # file generated by setuptools_scm
7+ # don't change, don't track in version control
8+ version = {version!r}
9+ version_tuple = {version_tuple!r}
10+ from graph_sitter.cli.sdk.decorator import function
11+ """
512[metadata ]
613allow-direct-references = true
714[envs .hatch-build ]
Original file line number Diff line number Diff line change 1616import plotly
1717""" .strip ()
1818CODEGEN_IMPORTS = """
19- from graph_sitter.cli.sdk.decorator import function
2019from graph_sitter.git.models.codemod_context import CodemodContext
2120from graph_sitter.git.models.github_named_user_context import GithubNamedUserContext
2221from graph_sitter.git.models.pr_options import PROptions
You can’t perform that action at this time.
0 commit comments