Skip to content

Commit

Permalink
Merge pull request #5 from brosner/05-31-add_devcontainer_config
Browse files Browse the repository at this point in the history
add devcontainer config
  • Loading branch information
brosner authored May 31, 2024
2 parents f56de15 + 119b047 commit 9319137
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 9319137

Please sign in to comment.