We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35058b commit 8a71a72Copy full SHA for 8a71a72
.devcontainer/devcontainer.json
@@ -7,5 +7,7 @@
7
"ghcr.io/prulloac/devcontainer-features/chezmoi:1": {},
8
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
9
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
10
- }
+ },
11
+
12
+ "postCreateCommand": "pre-commit install",
13
}
0 commit comments