Skip to content

Commit

Permalink
Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstrup1 authored Jan 6, 2025
1 parent 7c6b163 commit 37820e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"ghcr.io/devcontainers/features/github-cli:1": {}
},
"postCreateCommand": "pwsh -File .devcontainer/init.ps1",
"postCreateCommand": "pip install pre-commit && pre-commit install --install-hooks --overwrite",
"customizations": {
"vscode": {
"extensions": [
Expand Down

0 comments on commit 37820e4

Please sign in to comment.