Skip to content

Commit

Permalink
build: use python 3.12 for scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Zxilly <[email protected]>
  • Loading branch information
Zxilly committed Jun 23, 2024
1 parent 23afb1c commit dc7d53d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/go:1": {},
"ghcr.io/devcontainers/features/python:1": {
"toolsToInstall": "flake8,autopep8,black,yapf,mypy,pydocstyle,pycodestyle,bandit,pytest,pylint,pipx,poetry"
"version": "3.12",
"toolsToInstall": "flake8,autopep8,pipx,poetry"
},
"ghcr.io/devcontainers/features/git:1": {}
}
Expand Down

0 comments on commit dc7d53d

Please sign in to comment.