Skip to content

Commit

Permalink
Update pre-commit recipies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru committed Jul 22, 2023
1 parent a66128d commit dc650ca
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions modules/pre-commit/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@

.PHONY: pre-commit/run
.PHONY: pre-commit/run pre-commit/all

pre-commit/run:
pre-commit/all:
pre-commit run --all-files

pre-commit/run:
pre-commit run --hook-stage pre-push

0 comments on commit dc650ca

Please sign in to comment.