From e176a5292ce4180e1fca36ae02792f9e6d79f054 Mon Sep 17 00:00:00 2001 From: Andrew Maguire Date: Tue, 3 Jan 2023 15:43:09 +0000 Subject: [PATCH] add command to ensure pre-commit is installed --- .devcontainer/post_create_command.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/post_create_command.sh b/.devcontainer/post_create_command.sh index 4ec57efb..dac00886 100644 --- a/.devcontainer/post_create_command.sh +++ b/.devcontainer/post_create_command.sh @@ -1,2 +1,3 @@ -echo 'hello!!!!!!!!' +# ensure pre-commit is installed +pre-commit install