From 92a8410a59b62e650a1ab1de10029b41c17286d3 Mon Sep 17 00:00:00 2001 From: Umut Date: Mon, 23 Sep 2024 18:49:04 +0300 Subject: [PATCH] Install pre-commit hooks in `setup` Make target --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 65c9b4b9..79c5fb73 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ venv: # Setup the active virtual environment for development. setup: + pre-commit install cargo install --force cargo-watch cargo install --force cargo-run-script pip install -e .[test]