Merge pull request #5 from brosner/05-31-add_devcontainer_config

add devcontainer config
This commit is contained in:
Brian Rosner 2024-05-31 15:12:06 -06:00 committed by GitHub
commit 93191371cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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"
}