Skip to content

Commit 2574e89

Browse files
committed
unset hooksPath before running pre-commit install
1 parent 5b2f883 commit 2574e89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ endef
128128

129129
# Launches Lumigator in 'development' mode (all services running locally, code mounted in)
130130
local-up: config-generate-env
131+
git config --unset-all core.hooksPath
131132
uv run pre-commit install
132133
RAY_ARCH_SUFFIX=$(RAY_ARCH_SUFFIX) ARCH=${ARCH} COMPUTE_TYPE=$(COMPUTE_TYPE) docker compose --env-file "$(CONFIG_BUILD_DIR)/.env" --profile local $(GPU_COMPOSE) $(MODEL_CACHE_COMPOSE) -f $(LOCAL_DOCKERCOMPOSE_FILE) -f $(DEV_DOCKER_COMPOSE_FILE) up --watch --build
133134

0 commit comments

Comments
 (0)