Skip to content

Commit 2414e4f

Browse files
committed
chore: add setup shortcut on Makefile
1 parent d0bd272 commit 2414e4f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
# Setup development environment
2+
setup:
3+
poetry install
4+
15
# Devtools
2-
hooks-install:
6+
hooks-install: setup
37
poetry run pre-commit install
48

59
hooks-upgrade:

0 commit comments

Comments
 (0)