Skip to content

Commit a1dcaed

Browse files
committed
fmt
1 parent 7db6183 commit a1dcaed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ install: install-uv ## Install uv, dependencies, and pre-commit hooks
7474
uv sync $(PYTHON_ARG) --all-extras --reinstall-package pyiceberg; \
7575
fi
7676
@# Install pre-commit hooks (skipped outside git repo, e.g. release tarballs)
77-
@if [ -d .git ]; then uv run $(PYTHON_ARG) prek install; fi
77+
@if [ -d .git ]; then \
78+
uv run $(PYTHON_ARG) prek install; \
79+
fi
7880

7981
# ===============
8082
# Code Validation

0 commit comments

Comments
 (0)