Skip to content

Commit

Permalink
Remove deprecated Python settings (#625)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
luabud authored Oct 2, 2023
1 parent 04cb7d1 commit c3f9105
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/python/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down Expand Up @@ -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"
}
}
},
Expand Down

0 comments on commit c3f9105

Please sign in to comment.