Skip to content

Commit

Permalink
fix: use Python 3.11 (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Oct 13, 2023
2 parents b91b2a2 + 68602df commit 6611e93
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "Python 3",
"image": "mcr.microsoft.com/devcontainers/python",
"postCreateCommand": "python -m pip install nox pre-commit && pre-commit install"
"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 6611e93

Please sign in to comment.