Skip to content

Commit

Permalink
add python and pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
moeffju committed Sep 17, 2023
1 parent bd152e3 commit d94541a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
"features": {
"ghcr.io/devcontainers/features/nix:1": {
"version": "latest"
}
},
"ghcr.io/devcontainers/features/python:1": {
"version": "latest"
},
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {
"version": "latest"
}
}

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

0 comments on commit d94541a

Please sign in to comment.