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:
Dave Pearson 2023-03-01 13:40:33 +00:00 committed by GitHub
commit a283689d1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,3 +76,7 @@ setup:
.PHONY: update
update:
poetry update
.PHONY: install-pre-commit
install-pre-commit:
$(run) pre-commit install