Skip to content

Commit 2bed049

Browse files
committed
avoid auto-modify code that could cause problems
1 parent b50ce12 commit 2bed049

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.vscode/settings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"editor.formatOnSave": true,
44
"editor.defaultFormatter": "ms-python.black-formatter",
55
"editor.codeActionsOnSave": {
6-
"source.organizeImports": "always",
7-
"source.fixAll": "always",
6+
"source.organizeImports": "explicit",
7+
"source.fixAll": "never",
88
},
99
},
10-
"python.analysis.languageServerMode": "full",
11-
"python.analysis.typeCheckingMode": "standard",
10+
// "python.analysis.languageServerMode": "full",
11+
// "python.analysis.typeCheckingMode": "standard",
1212
"python.testing.pytestArgs": [
1313
"tests"
1414
],

0 commit comments

Comments
 (0)