diff --git a/devcontainer-example/devcontainer.json b/devcontainer-example/devcontainer.json index c5fceddc..192b91f4 100644 --- a/devcontainer-example/devcontainer.json +++ b/devcontainer-example/devcontainer.json @@ -44,6 +44,7 @@ "service": "frappe", "workspaceFolder": "/workspace/development", "shutdownAction": "stopCompose", + "postCreateCommand": "uv tool install pre-commit", "mounts": [ "source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/frappe/.ssh,type=bind,consistency=cached" ]