Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineDjeghri authored Jan 11, 2025
1 parent 9446a9a commit ec8fa02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ install-dev: install-uv
pre-commit-install:
@echo "${YELLOW}=========> Installing pre-commit...${NC}"
$(UV) run pre-commit install
pre-commit:

pre-commit:pre-commit-install
@echo "${YELLOW}=========> Running pre-commit...${NC}"
$(UV) run pre-commit run --all-files

Expand Down

0 comments on commit ec8fa02

Please sign in to comment.