Skip to content

Commit

Permalink
fixup! chore: add devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardHd committed Aug 9, 2024
1 parent 3d21938 commit 7ef327b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
"version": "8.0"
},
"ghcr.io/devcontainers/features/python:1": {
"installTools": true,
"installTools": false,
"version": "3.9"
},
"ghcr.io/devcontainers-contrib/features/poetry:2": {
"version": "1.8.2"
},
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {}
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
"ghcr.io/devcontainers/features/github-cli:1": {}
},

// Features to add to the dev container. More info: https://containers.dev/features.
Expand Down

0 comments on commit 7ef327b

Please sign in to comment.