Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 15d97f1

Browse files
committedJun 7, 2020
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
 

‎Makefile

Lines changed: 2 additions & 1 deletion
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)
Please sign in to comment.