We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc835f4 commit 43cc8d5Copy full SHA for 43cc8d5
.vscode/extensions.json
@@ -2,6 +2,7 @@
2
"recommendations": [
3
"ms-python.black-formatter",
4
"ms-python.flake8",
5
+ "ms-python.mypy-type-checker",
6
"editorconfig.editorconfig",
7
"dbaeumer.vscode-eslint",
8
"esbenp.prettier-vscode",
.vscode/settings.json.tmpl
@@ -18,11 +18,7 @@
18
"editor.tabSize": 3
19
},
20
"python.analysis.extraPaths": ["testsuite"],
21
- "python.linting.enabled": true,
22
- "python.linting.mypyEnabled": true,
23
- "python.linting.flake8Enabled": true,
24
"flake8.args": ["--max-line-length", "88"],
25
- "python.formatting.provider": "black",
26
"[python]": {
27
// Use the same line length as black and flake8
28
"vim.textwidth": 88
0 commit comments