kevinjqliu commented on code in PR #2933:
URL: https://github.com/apache/iceberg-python/pull/2933#discussion_r2709741170
##########
Makefile:
##########
@@ -72,7 +72,10 @@ setup-venv: ## Create virtual environment
install-dependencies: setup-venv ## Install all dependencies including extras
uv sync $(PYTHON_ARG) --all-extras --reinstall
-install: install-uv install-dependencies ## Install uv and dependencies
+install-hooks: ## Install pre-commit hooks
+ uv run $(PYTHON_ARG) prek install
Review Comment:
yea it was migrated from precommit, we use it in `make lint` too
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]