Skip to content

Commit 756afab

Browse files
fix: add pre-commit dependency install
1 parent 10d6a42 commit 756afab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ format: # Format the project using swift-format
3737
.PHONY: pre-commit-install
3838
pre-commit-install: # Install pre-commit hooks
3939
@echo "Installing pre-commit hooks..."
40+
@pip install pre-commit
4041
@pre-commit install --hook-type commit-msg
4142

4243
.PHONY: setup

0 commit comments

Comments
 (0)