Skip to content

Commit

Permalink
add trunk + trunk fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeljy committed Oct 6, 2023
1 parent 1c6d28a commit c85322e
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@
"name": "Kakarot-ef-tests",
"image": "mcr.microsoft.com/devcontainers/base:jammy",
"features": {
"ghcr.io/lee-orr/rusty-dev-containers/cargo-nextest:0": {},
"ghcr.io/devcontainers/features/python:1": {
"installTools": true,
"version": "3.9"
},
"ghcr.io/devcontainers-contrib/features/pipx-package:1": {
"package": "poetry",
"version": "latest"
},
"ghcr.io/devcontainers-contrib/features/apt-get-packages:1": {
"packages": "clang"
}
"ghcr.io/lee-orr/rusty-dev-containers/cargo-nextest:0": {},
"ghcr.io/devcontainers/features/python:1": {
"installTools": true,
"version": "3.9"
},
"ghcr.io/devcontainers-contrib/features/pipx-package:1": {
"package": "poetry",
"version": "latest"
},
"ghcr.io/devcontainers-contrib/features/apt-get-packages:1": {
"packages": "clang"
},
"ghcr.io/trunk-io/devcontainer-feature/trunk:1": {}
},
"remoteUser": "root"
}

0 comments on commit c85322e

Please sign in to comment.