Skip to content

Commit ae27987

Browse files
committed
Install the prek git hook
1 parent 7dd25a6 commit ae27987

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ setup-venv: ## Create virtual environment
7272
install-dependencies: setup-venv ## Install all dependencies including extras
7373
uv sync $(PYTHON_ARG) --all-extras --reinstall
7474

75-
install: install-uv install-dependencies ## Install uv and dependencies
75+
install-hooks: ## Install pre-commit hooks
76+
uv run $(PYTHON_ARG) prek install
77+
78+
install: install-uv install-dependencies install-hooks ## Install uv, dependencies, and pre-commit hooks
7679

7780
# ===============
7881
# Code Validation

0 commit comments

Comments
 (0)