Skip to content

Commit 9319137

Browse files
authored
Merge pull request #5 from brosner/05-31-add_devcontainer_config
add devcontainer config
2 parents f56de15 + 119b047 commit 9319137

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.devcontainer/devcontainer.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "Python 3",
3+
"image": "mcr.microsoft.com/devcontainers/python",
4+
"features": {
5+
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {}
6+
},
7+
"postCreateCommand": "pre-commit install"
8+
}

0 commit comments

Comments
 (0)