We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0bd272 commit 2414e4fCopy full SHA for 2414e4f
Makefile
@@ -1,5 +1,9 @@
1
+# Setup development environment
2
+setup:
3
+ poetry install
4
+
5
# Devtools
-hooks-install:
6
+hooks-install: setup
7
poetry run pre-commit install
8
9
hooks-upgrade:
0 commit comments