Thanks to visit codestin.com Credit goes to github.com
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 33d1b16 commit 9f28171Copy full SHA for 9f28171
1 file changed
.vscode/settings.default.json
@@ -70,13 +70,14 @@
70
"editor.defaultFormatter": "ms-python.black-formatter",
71
"editor.codeActionsOnSave": {
72
// Let Ruff lint fixes handle imports
73
- "source.organizeImports": "never"
+ "source.organizeImports": "never",
74
+ "source.unusedImports": "never"
75
}
76
},
77
// python.analysis is Pylance (pyright) configurations
78
"python.analysis.fixAll": [
- "source.unusedImports"
79
// Explicitly omiting "source.convertImportFormat", some stubs use relative imports
80
+ // Explicitly omiting "source.unusedImports", Let Ruff lint fixes handle imports
81
],
82
"python.analysis.typeshedPaths": [
83
"${workspaceFolder}"
0 commit comments