We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc06e53 commit d6df065Copy full SHA for d6df065
.vscode/settings.json
@@ -28,13 +28,6 @@
28
},
29
"editor.defaultFormatter": "ms-python.black-formatter"
30
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": "",
38
"python.testing.unittestEnabled": false,
39
"python.testing.pytestEnabled": true,
40
"python.testing.pytestPath": "pytest",
0 commit comments