Skip to content

Commit d3c08e5

Browse files
committed
🧑‍💻 参考 nb2 的写法
1 parent 01a546d commit d3c08e5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@
99
"vscode": {
1010
"settings": {
1111
"python.analysis.diagnosticMode": "workspace",
12-
"python.analysis.typeCheckingMode": "standard",
13-
"ruff.organizeImports": true,
1412
"[python]": {
1513
"editor.defaultFormatter": "charliermarsh.ruff",
1614
"editor.codeActionsOnSave": {
17-
"source.fixAll.ruff": true,
18-
"source.organizeImports": true
15+
"source.fixAll.ruff": "explicit",
16+
"source.organizeImports": "explicit"
1917
}
2018
},
2119
"[javascript]": {

0 commit comments

Comments
 (0)