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 b50ce12 commit 2bed049Copy full SHA for 2bed049
.vscode/settings.json
@@ -3,12 +3,12 @@
3
"editor.formatOnSave": true,
4
"editor.defaultFormatter": "ms-python.black-formatter",
5
"editor.codeActionsOnSave": {
6
- "source.organizeImports": "always",
7
- "source.fixAll": "always",
+ "source.organizeImports": "explicit",
+ "source.fixAll": "never",
8
},
9
10
- "python.analysis.languageServerMode": "full",
11
- "python.analysis.typeCheckingMode": "standard",
+ // "python.analysis.languageServerMode": "full",
+ // "python.analysis.typeCheckingMode": "standard",
12
"python.testing.pytestArgs": [
13
"tests"
14
],
0 commit comments