Skip to content

Commit 331def7

Browse files
committed
makefile: bugfix precommit install
1 parent c6e4b29 commit 331def7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ statgpt_app:
4949
poetry run python -m statgpt.app.app $(ARGS)
5050

5151
install_pre_commit_hooks:
52-
pre-commit install
52+
poetry run pre-commit install
5353

5454
db_migrate:
5555
poetry run alembic -c alembic.ini upgrade head

0 commit comments

Comments
 (0)