Skip to content

Commit

Permalink
fix: remove python target dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
valter-silva-au committed Feb 7, 2023
1 parent 3c2821e commit 5219f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/make/pre-commit/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.PHONY: pre-commit/install
## Install pre-commit using Pip3
pre-commit/install: python/pip/install
pre-commit/install:
@pip3 install --progress-bar off --upgrade --user pre-commit

.PHONY: pre-commit/hooks/install
## Install pre-commit hooks
pre-commit/hooks/install: python/pip/install pre-commit/install
pre-commit/hooks/install: pre-commit/install
@pre-commit install

.PHONY: pre-commit/update
Expand Down

0 comments on commit 5219f21

Please # to comment.