Skip to content

Commit

Permalink
🎨 update pre-commit command to use uv
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineDjeghri committed Dec 8, 2024
1 parent 1016037 commit fc6320e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ run-app:

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

###### NVM & npm packages ########
install-nvm:
Expand Down

0 comments on commit fc6320e

Please sign in to comment.