Skip to content

Commit c01fe1b

Browse files
committed
Remove autoupdate
1 parent eaa4531 commit c01fe1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2828
// "forwardPorts": [],
2929
// Use 'postCreateCommand' to run commands after the container is created.
30-
"postCreateCommand": "poetry install && pre-commit install && pre-commit autoupdate",
30+
"postCreateCommand": "poetry install && pre-commit install",
3131
// Configure tool-specific properties.
3232
"customizations": {
3333
// Configure properties specific to VS Code.

0 commit comments

Comments
 (0)