diff options
author | Luciana Abud <45497113+luabud@users.noreply.github.com> | 2023-10-02 18:59:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-02 18:59:25 +0300 |
commit | c3f9105048bf96b51c321f665bdc7990fdd4fc1e (patch) | |
tree | 26d2b8457244fbe49fdb177f1890c1e75d74725f /src/python/devcontainer-feature.json | |
parent | 04cb7d1e797a81ce00450aa1174fff8f74b3ac12 (diff) |
Remove deprecated Python settings (#625)feature_python_1.2.1
* Remove deprecated Python settings
* No longer install Python linters and formatters
* Revert "No longer install Python linters and formatters"
This reverts commit 57c7bec14dca54fde4b4df2580ed429484180882.
* Bump minor version
Diffstat (limited to 'src/python/devcontainer-feature.json')
-rw-r--r-- | src/python/devcontainer-feature.json | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/src/python/devcontainer-feature.json b/src/python/devcontainer-feature.json index 638fa60..9a01268 100644 --- a/src/python/devcontainer-feature.json +++ b/src/python/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "python", - "version": "1.2.0", + "version": "1.2.1", "name": "Python", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/python", "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 @@ "ms-python.vscode-pylance" ], "settings": { - "python.defaultInterpreterPath": "/usr/local/python/current/bin/python", - "python.formatting.autopep8Path": "/usr/local/py-utils/bin/autopep8", - "python.formatting.blackPath": "/usr/local/py-utils/bin/black", - "python.linting.flake8Path": "/usr/local/py-utils/bin/flake8", - "python.linting.flake8Enabled": false, - "python.linting.mypyPath": "/usr/local/py-utils/bin/mypy", - "python.linting.mypyEnabled": false, - "python.linting.pylintPath": "/usr/local/py-utils/bin/pylint", - "python.linting.pylintEnabled": false + "python.defaultInterpreterPath": "/usr/local/python/current/bin/python" } } }, |