From f7f89d356540b47616185d1e1c6b7bbb14e9ef27 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Fri, 18 Aug 2023 13:46:53 -0700 Subject: [PATCH] Update Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fcf3394e..c8d9b453 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ kernel: install ## Create a kernel for jupyter lab .PHONY: fmt fmt: ## Run autoformatting and linting @poetry run pip install pre-commit + @poetry run pre-commit install @poetry run pre-commit run --all-files .PHONY: test