diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index eb9a630..739fa09 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,8 @@ "name": "Python 3", "image": "mcr.microsoft.com/devcontainers/python", "features": { - "ghcr.io/devcontainers-contrib/features/pre-commit:2": {} + "ghcr.io/devcontainers-contrib/features/pre-commit:2": {}, + "ghcr.io/devcontainers-contrib/features/poetry:2": {} }, "postCreateCommand": "pre-commit install" }