muyihao commented on code in PR #103:
URL: https://github.com/apache/hudi-rs/pull/103#discussion_r1730386898
##########
python/Makefile:
##########
@@ -30,6 +30,8 @@ setup-venv: ## Setup the virtualenv
setup: ## Setup the requirements
$(info --- Setup dependencies ---)
pip install "$(MATURIN_VERSION)"
+ pip install pre-commit
+ pre-commit install
Review Comment:
Got it!
--
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]