We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c784c commit 9cad596Copy full SHA for 9cad596
.devcontainer/scripts/post-create-command.sh
@@ -8,3 +8,5 @@ mkdir -p "${HOME}/.ansible/retry-files"
8
if ! git status &>/dev/null; then
9
git config --global --add safe.directory "${PWD}"
10
fi
11
+
12
+pre-commit install
0 commit comments