feat: add pre-commit to devcontainer postCreateCommand

This commit is contained in:
ews-pgasser 2026-04-02 16:01:41 +02:00
parent bc24e3190e
commit c1236d9fcf

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