diff --git a/Makefile b/Makefile index de1bea195..4b4000e7b 100644 --- a/Makefile +++ b/Makefile @@ -76,3 +76,7 @@ setup: .PHONY: update update: poetry update + +.PHONY: install-pre-commit +install-pre-commit: + $(run) pre-commit install