Skip to content

Commit 43cc8d5

Browse files
committed
Switch to dedicated Python extensions as now recommended
1 parent cc835f4 commit 43cc8d5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"recommendations": [
33
"ms-python.black-formatter",
44
"ms-python.flake8",
5+
"ms-python.mypy-type-checker",
56
"editorconfig.editorconfig",
67
"dbaeumer.vscode-eslint",
78
"esbenp.prettier-vscode",

.vscode/settings.json.tmpl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@
1818
"editor.tabSize": 3
1919
},
2020
"python.analysis.extraPaths": ["testsuite"],
21-
"python.linting.enabled": true,
22-
"python.linting.mypyEnabled": true,
23-
"python.linting.flake8Enabled": true,
2421
"flake8.args": ["--max-line-length", "88"],
25-
"python.formatting.provider": "black",
2622
"[python]": {
2723
// Use the same line length as black and flake8
2824
"vim.textwidth": 88

0 commit comments

Comments
 (0)