Skip to content

Commit d6df065

Browse files
committed
VSCode: removed deprecated workspace settings
1 parent fc06e53 commit d6df065

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.vscode/settings.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@
2828
},
2929
"editor.defaultFormatter": "ms-python.black-formatter"
3030
},
31-
"python.linting.pycodestyleArgs": [
32-
"--max-line-length=88",
33-
"--ignore=E203,W503"
34-
],
35-
"python.linting.pycodestyleEnabled": true,
36-
"python.formatting.provider": "none",
37-
"esbonio.sphinx.confDir": "",
3831
"python.testing.unittestEnabled": false,
3932
"python.testing.pytestEnabled": true,
4033
"python.testing.pytestPath": "pytest",

0 commit comments

Comments
 (0)