Skip to content

Commit f5431f7

Browse files
committed
VSCode: removed depreacted settings
1 parent 52c7089 commit f5431f7

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.vscode/settings.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,5 @@
2424
},
2525
"editor.defaultFormatter": "ms-python.black-formatter"
2626
},
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",
3827
"python.analysis.autoFormatStrings": true,
3928
}

0 commit comments

Comments
 (0)