We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda4087 commit 0e84397Copy full SHA for 0e84397
.devcontainer/devcontainer.json
@@ -0,0 +1,11 @@
1
+// container instruction for codespace users
2
+{
3
+ "name": "Python 3",
4
+ "image": "mcr.microsoft.com/devcontainers/python:1-3.10-bullseye",
5
+ "features": {
6
+ "ghcr.io/devcontainers-contrib/features/nox:2": {},
7
+ "ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
8
+ "ghcr.io/rocker-org/devcontainer-features/pandoc:1": {}
9
+ },
10
+ "postCreateCommand": "pre-commit install"
11
+}
0 commit comments