Skip to content

Commit 3170f9e

Browse files
authored
Merge pull request #107 from dknowles2/vscode
Fix some vscode settings
2 parents be1f859 + 4052917 commit 3170f9e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"extensions": [
88
"streetsidesoftware.code-spell-checker",
99
"github.vscode-pull-request-github",
10+
"ms-python.black-formatter",
11+
"ms-python.flake8",
1012
"ms-python.python",
1113
"ms-python.vscode-pylance"
1214
],
@@ -15,8 +17,6 @@
1517
"editor.tabSize": 4,
1618
"python.pythonPath": "/usr/bin/python3",
1719
"python.analysis.autoSearchPaths": false,
18-
"python.linting.pylintEnabled": true,
19-
"python.linting.enabled": true,
2020
"python.formatting.provider": "black",
2121
"python.formatting.blackPath": "/usr/local/py-utils/bin/black",
2222
"editor.formatOnPaste": false,

.vscode/settings.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"python.formatting.provider": "black",
3-
"python.linting.pylintEnabled": true,
4-
"python.linting.enabled": true,
53
"python.pythonPath": "/usr/local/bin/python",
64
"python.testing.pytestEnabled": true
75
}

0 commit comments

Comments
 (0)