Merge pull request #1856 from ews-pgasser/feat/add-pre-commit-postCreateCommand

Add pre-commit to devcontainer postCreateCommand
This commit is contained in:
Daniel Radl 2026-04-03 20:08:32 +02:00 committed by GitHub
commit 558c8b676c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
]