From 66ad419501feed291c601ba28df72e626d4e0b9e Mon Sep 17 00:00:00 2001 From: Chris Edillon Date: Thu, 8 May 2025 14:58:14 -0400 Subject: [PATCH] install pre-commit during post create command --- .devcontainer/postCreateCommand.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/postCreateCommand.sh b/.devcontainer/postCreateCommand.sh index 7cfc2ba..e90cd00 100644 --- a/.devcontainer/postCreateCommand.sh +++ b/.devcontainer/postCreateCommand.sh @@ -1,2 +1,3 @@ #!/bin/sh microdnf -y install git-lfs +pip3 install pre-commit