Skip to content

Commit ae3cacb

Browse files
author
Tom McCarthy
committed
fix: add pre-commit install to make dev target
1 parent dee4fab commit ae3cacb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ target:
55
dev:
66
pip install --upgrade pip poetry
77
poetry install
8+
pre-commit install
89

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

0 commit comments

Comments
 (0)