We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c7089 commit f5431f7Copy full SHA for f5431f7
1 file changed
.vscode/settings.json
@@ -24,16 +24,5 @@
24
},
25
"editor.defaultFormatter": "ms-python.black-formatter"
26
27
- "python.linting.pycodestyleArgs": [
28
- "--max-line-length=88",
29
- "--ignore=E203,W503"
30
- ],
31
- "python.linting.pycodestyleEnabled": true,
32
- "python.formatting.provider": "none",
33
- "esbonio.server.enabled": true,
34
- "restructuredtext.linter.doc8.extraArgs": [
35
- "--ignore=D004"
36
37
- "esbonio.sphinx.confDir": "${workspaceFolder}\\doc",
38
"python.analysis.autoFormatStrings": true,
39
}
0 commit comments