Skip to content

Commit 15d97f1

Browse files
committed
feat: install pre-commit hooks during dev
Signed-off-by: heitorlessa <[email protected]>
1 parent 804b629 commit 15d97f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ target:
33
@$(MAKE) pr
44

55
dev:
6-
pip install --upgrade pip poetry
6+
pip install --upgrade pip poetry pre-commit
77
poetry install
8+
pre-commit install
89

910
dev-docs:
1011
cd docs && npm install

0 commit comments

Comments
 (0)