We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc4e38 commit 0106bd2Copy full SHA for 0106bd2
.devcontainer/devcontainer.json
@@ -0,0 +1,9 @@
1
+{
2
+ "name": "Python 3",
3
+ "image": "mcr.microsoft.com/devcontainers/python:1-3.11-bullseye",
4
+ "features": {
5
+ "ghcr.io/devcontainers-contrib/features/hatch:2": {},
6
+ "ghcr.io/devcontainers-contrib/features/pre-commit:2": {}
7
+ },
8
+ "postCreateCommand": "pre-commit install"
9
+}
0 commit comments