Skip to content

Commit c3f9105

Browse files
authored
Remove deprecated Python settings (#625)
* Remove deprecated Python settings * No longer install Python linters and formatters * Revert "No longer install Python linters and formatters" This reverts commit 57c7bec. * Bump minor version
1 parent 04cb7d1 commit c3f9105

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/python/devcontainer-feature.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "python",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"name": "Python",
55
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/python",
66
"description": "Installs the provided version of Python, as well as PIPX, and other common Python utilities. JupyterLab is conditionally installed with the python feature. Note: May require source code compilation.",
@@ -65,15 +65,7 @@
6565
"ms-python.vscode-pylance"
6666
],
6767
"settings": {
68-
"python.defaultInterpreterPath": "/usr/local/python/current/bin/python",
69-
"python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8",
70-
"python.formatting.blackPath": "/usr/local/py-utils/bin/black",
71-
"python.linting.flake8Path": "/usr/local/py-utils/bin/flake8",
72-
"python.linting.flake8Enabled": false,
73-
"python.linting.mypyPath": "/usr/local/py-utils/bin/mypy",
74-
"python.linting.mypyEnabled": false,
75-
"python.linting.pylintPath": "/usr/local/py-utils/bin/pylint",
76-
"python.linting.pylintEnabled": false
68+
"python.defaultInterpreterPath": "/usr/local/python/current/bin/python"
7769
}
7870
}
7971
},

0 commit comments

Comments
 (0)