Skip to content

Commit

Permalink
Add poetry to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrattli committed Jan 15, 2024
1 parent bfcec10 commit 20507a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye",
"features": {
"ghcr.io/devcontainers-contrib/features/ruff:1": {}
"ghcr.io/devcontainers-contrib/features/ruff:1": {},
"ghcr.io/devcontainers-contrib/features/poetry:2": {}
}

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

0 comments on commit 20507a4

Please sign in to comment.