Skip to content

Commit

Permalink
feat: add devcontainer (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Jan 18, 2024
2 parents 6e0b698 + df98891 commit 268fbe8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "Python 3",
"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bullseye",
"features": {
"ghcr.io/devcontainers-contrib/features/nox:2": {},
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {}
},
"postCreateCommand": "pre-commit install"
}

0 comments on commit 268fbe8

Please sign in to comment.