Skip to content

Commit

Permalink
Remove deprecated use of linter, formatter and import sorter
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiefGokhlayeh committed May 1, 2024
1 parent b7126fa commit 3cb5aa4
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,16 @@
"customizations": {
"vscode": {
"settings": {
"python.defaultInterpreterPath": ".venv/bin/python",
"python.formatting.blackPath": ".venv/bin/black",
"python.formatting.provider": "black",
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.flake8Path": ".venv/bin/flake8",
"python.linting.pylintEnabled": false
"python.defaultInterpreterPath": ".venv/bin/python"
},

"extensions": [
"bungcip.better-toml",
"davidanson.vscode-markdownlint",
"esbenp.prettier-vscode",
"ms-python.black-formatter",
"ms-python.flake8",
"ms-python.isort",
"ms-python.python",
"ms-python.vscode-pylance",
"ms-vscode.cmake-tools",
Expand Down

0 comments on commit 3cb5aa4

Please sign in to comment.