Skip to content

Commit 0106bd2

Browse files
authored
feat: add a devcontainer for codespaces (#266)
1 parent 3fc4e38 commit 0106bd2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.devcontainer/devcontainer.json

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)