Skip to content

Commit

Permalink
Use pure uv dev container without pdm or nox features
Browse files Browse the repository at this point in the history
  • Loading branch information
SRv6d committed Sep 11, 2024
1 parent f3b8dda commit 34492b5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"name": "Python 3",
"image": "mcr.microsoft.com/devcontainers/python:0-3.11",
"features": {
"ghcr.io/devcontainers-contrib/features/pdm:2": {},
"ghcr.io/devcontainers-contrib/features/nox:2": {}
},
"postCreateCommand": "pdm install",
"image": "ghcr.io/astral-sh/uv:python3.11-bookworm",
"customizations": {
"vscode": {
"extensions": [
Expand Down

0 comments on commit 34492b5

Please sign in to comment.