Skip to content

Commit

Permalink
feat: install pre-commit hooks during dev
Browse files Browse the repository at this point in the history
Signed-off-by: heitorlessa <lessa@amazon.co.uk>
  • Loading branch information
heitorlessa committed Jun 7, 2020
1 parent 804b629 commit 15d97f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ target:
@$(MAKE) pr

dev:
pip install --upgrade pip poetry
pip install --upgrade pip poetry pre-commit
poetry install
pre-commit install

dev-docs:
cd docs && npm install
Expand Down

0 comments on commit 15d97f1

Please sign in to comment.