Skip to content

Commit 1b4c51c

Browse files
authored
apply formatting suggestions automatically (#1218)
1 parent c40f0d9 commit 1b4c51c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Justfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,30 +45,30 @@ run-all-examples:
4545

4646
# fast pre-commit - format and lint only
4747
pre-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)
5252
pre-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
6060
pre-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

7070
pre-commit-python:
71-
just format "--check -p icechunk-python"
71+
just format "-p icechunk-python"
7272
just lint "-p icechunk-python"
7373

7474
bench-compare *args:

0 commit comments

Comments
 (0)