Skip to content

Commit

Permalink
fix: add pre-commit install to make dev target
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom McCarthy committed Jun 7, 2020
1 parent dee4fab commit ae3cacb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ target:
dev:
pip install --upgrade pip poetry
poetry install
pre-commit install

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

0 comments on commit ae3cacb

Please sign in to comment.