We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968d93a commit b82d66fCopy full SHA for b82d66f
Makefile
@@ -2,8 +2,6 @@ setup-antlr:
2
@bash scripts/setup_antlr.sh > /dev/null
3
4
5
-codegen: antlr codegen-proto codegen-extensions codegen-version
6
-
7
8
antlr: setup-antlr
9
cd third_party/substrait/grammar \
@@ -37,6 +35,6 @@ lint_fix:
37
35
format:
38
36
uvx ruff@0.11.11 format
39
40
-pre_push: format lint_fix antlr codegen-extensions
+codegen: format lint_fix antlr codegen-proto codegen-extensions codegen-version
41
uv sync --extra test
42
uv run pytest
0 commit comments