File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,30 +45,30 @@ run-all-examples:
4545
4646# fast pre-commit - format and lint only
4747pre-commit-fast :
48- just format " --check"
48+ just format
4949 just lint " -p icechunk -p icechunk-python"
5050
5151# medium pre-commit - includes compilation checks (~2-3 minutes)
5252pre-commit $ RUSTFLAGS = " -D warnings -W unreachable-pub -W bare-trait-objects":
5353 just compile-tests " --locked"
5454 just build
55- just format " --check"
55+ just format
5656 just lint " -p icechunk -p icechunk-python"
5757 just check-deps
5858
5959# full pre-commit for CI - runs all checks including tests
6060pre-commit-ci $ RUSTFLAGS = " -D warnings -W unreachable-pub -W bare-trait-objects":
6161 just compile-tests " --locked"
6262 just build
63- just format " --check"
63+ just format
6464 just lint " -p icechunk -p icechunk-python"
6565 just doctest
6666 just test
6767 just run-all-examples
6868 just check-deps
6969
7070pre-commit-python :
71- just format " --check - p icechunk-python"
71+ just format " -p icechunk-python"
7272 just lint " -p icechunk-python"
7373
7474bench-compare * args :
You can’t perform that action at this time.
0 commit comments