Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
python
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eazydevelop-devcontainer-temp
python
Commits
aa4e1721
Commit
aa4e1721
authored
Aug 21, 2025
by
xiezhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
multi version support
parent
7add1e1e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
28 deletions
+4
-28
devcontainer-python-3.10.json
.devcontainer/devcontainer-python-3.10.json
+1
-7
devcontainer-python-3.11.json
.devcontainer/devcontainer-python-3.11.json
+1
-7
devcontainer-python-3.12.json
.devcontainer/devcontainer-python-3.12.json
+1
-7
devcontainer-python-3.9.json
.devcontainer/devcontainer-python-3.9.json
+1
-7
No files found.
.devcontainer/devcontainer-python-3.10.json
View file @
aa4e1721
...
...
@@ -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
,
...
...
.devcontainer/devcontainer-python-3.11.json
View file @
aa4e1721
...
...
@@ -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
,
...
...
.devcontainer/devcontainer-python-3.12.json
View file @
aa4e1721
...
...
@@ -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
,
...
...
.devcontainer/devcontainer-python-3.9.json
View file @
aa4e1721
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment