Skip to content

Commit 8202aaa

Browse files
junkataokaCopilot
andauthored
Update notebooks/.devcontainer/devcontainer.json
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5e63896 commit 8202aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/repo,type=bind",
2727
"workspaceFolder": "/workspaces/repo",
2828
"remoteUser": "devuser",
29-
"postCreateCommand": "cd /workspaces/repo && pre-commit install --overwrite || true",
29+
"postCreateCommand": "cd /workspaces/repo && pre-commit install --overwrite || echo 'pre-commit installation failed; continuing without pre-commit hooks'",
3030
"customizations": {
3131
"vscode": {
3232
"extensions": [

0 commit comments

Comments
 (0)