Commit aa4e1721 authored by xiezhi's avatar xiezhi

multi version support

parent 7add1e1e
...@@ -5,13 +5,7 @@ ...@@ -5,13 +5,7 @@
"ghcr.io/devcontainers/features/python:1.7.1": { "ghcr.io/devcontainers/features/python:1.7.1": {
"version": "3.10", "version": "3.10",
"installTools": true, "installTools": true,
"installPipx": true, "toolsToInstall": "black,flake8,mypy,pytest,pylint"
"installPipxGlobalPackages": [
"black",
"flake8",
"mypy",
"pytest"
]
}, },
"ghcr.io/devcontainers/features/common-utils:2": { "ghcr.io/devcontainers/features/common-utils:2": {
"installZsh": true, "installZsh": true,
......
...@@ -5,13 +5,7 @@ ...@@ -5,13 +5,7 @@
"ghcr.io/devcontainers/features/python:1.7.1": { "ghcr.io/devcontainers/features/python:1.7.1": {
"version": "3.11", "version": "3.11",
"installTools": true, "installTools": true,
"installPipx": true, "toolsToInstall": "black,flake8,mypy,pytest,pylint"
"installPipxGlobalPackages": [
"black",
"flake8",
"mypy",
"pytest"
]
}, },
"ghcr.io/devcontainers/features/common-utils:2": { "ghcr.io/devcontainers/features/common-utils:2": {
"installZsh": true, "installZsh": true,
......
...@@ -5,13 +5,7 @@ ...@@ -5,13 +5,7 @@
"ghcr.io/devcontainers/features/python:1.7.1": { "ghcr.io/devcontainers/features/python:1.7.1": {
"version": "3.12", "version": "3.12",
"installTools": true, "installTools": true,
"installPipx": true, "toolsToInstall": "black,flake8,mypy,pytest,pylint"
"installPipxGlobalPackages": [
"black",
"flake8",
"mypy",
"pytest"
]
}, },
"ghcr.io/devcontainers/features/common-utils:2": { "ghcr.io/devcontainers/features/common-utils:2": {
"installZsh": true, "installZsh": true,
......
...@@ -5,13 +5,7 @@ ...@@ -5,13 +5,7 @@
"ghcr.io/devcontainers/features/python:1.7.1": { "ghcr.io/devcontainers/features/python:1.7.1": {
"version": "3.9", "version": "3.9",
"installTools": true, "installTools": true,
"installPipx": true, "toolsToInstall": "black,flake8,mypy,pytest,pylint"
"installPipxGlobalPackages": [
"black",
"flake8",
"mypy",
"pytest"
]
}, },
"ghcr.io/devcontainers/features/common-utils:2": { "ghcr.io/devcontainers/features/common-utils:2": {
"installZsh": true, "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