Merge pull request #1913 from davep/pre-commit-install-makefile-target
Add a Makefile target for installing pre-commit hooks
This commit is contained in:
commit
a283689d1d
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -76,3 +76,7 @@ setup:
|
|||
.PHONY: update
|
||||
update:
|
||||
poetry update
|
||||
|
||||
.PHONY: install-pre-commit
|
||||
install-pre-commit:
|
||||
$(run) pre-commit install
|
||||
|
|
|
|||
Loading…
Reference in a new issue