add devcontainer config
This commit is contained in:
parent
f56de15674
commit
119b047976
8
.devcontainer/devcontainer.json
Normal file
8
.devcontainer/devcontainer.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"name": "Python 3",
|
||||
"image": "mcr.microsoft.com/devcontainers/python",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {}
|
||||
},
|
||||
"postCreateCommand": "pre-commit install"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user