Commit aa4e1721 authored by xiezhi's avatar xiezhi

multi version support

parent 7add1e1e
......@@ -5,13 +5,7 @@
"ghcr.io/devcontainers/features/python:1.7.1": {
"version": "3.10",
"installTools": true,
"installPipx": true,
"installPipxGlobalPackages": [
"black",
"flake8",
"mypy",
"pytest"
]
"toolsToInstall": "black,flake8,mypy,pytest,pylint"
},
"ghcr.io/devcontainers/features/common-utils:2": {
"installZsh": true,
......
......@@ -5,13 +5,7 @@
"ghcr.io/devcontainers/features/python:1.7.1": {
"version": "3.11",
"installTools": true,
"installPipx": true,
"installPipxGlobalPackages": [
"black",
"flake8",
"mypy",
"pytest"
]
"toolsToInstall": "black,flake8,mypy,pytest,pylint"
},
"ghcr.io/devcontainers/features/common-utils:2": {
"installZsh": true,
......
......@@ -5,13 +5,7 @@
"ghcr.io/devcontainers/features/python:1.7.1": {
"version": "3.12",
"installTools": true,
"installPipx": true,
"installPipxGlobalPackages": [
"black",
"flake8",
"mypy",
"pytest"
]
"toolsToInstall": "black,flake8,mypy,pytest,pylint"
},
"ghcr.io/devcontainers/features/common-utils:2": {
"installZsh": true,
......
......@@ -5,13 +5,7 @@
"ghcr.io/devcontainers/features/python:1.7.1": {
"version": "3.9",
"installTools": true,
"installPipx": true,
"installPipxGlobalPackages": [
"black",
"flake8",
"mypy",
"pytest"
]
"toolsToInstall": "black,flake8,mypy,pytest,pylint"
},
"ghcr.io/devcontainers/features/common-utils:2": {
"installZsh": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment