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 01a546d commit d3c08e5Copy full SHA for d3c08e5
.devcontainer/devcontainer.json
@@ -9,13 +9,11 @@
9
"vscode": {
10
"settings": {
11
"python.analysis.diagnosticMode": "workspace",
12
- "python.analysis.typeCheckingMode": "standard",
13
- "ruff.organizeImports": true,
14
"[python]": {
15
"editor.defaultFormatter": "charliermarsh.ruff",
16
"editor.codeActionsOnSave": {
17
- "source.fixAll.ruff": true,
18
- "source.organizeImports": true
+ "source.fixAll.ruff": "explicit",
+ "source.organizeImports": "explicit"
19
}
20
},
21
"[javascript]": {
0 commit comments