🔖 bump version 2.3.3 (#2903)

This commit is contained in:
Ju4tCode
2024-08-18 11:53:33 +08:00
committed by GitHub
parent 70fb8fc8c6
commit 2195e07998
104 changed files with 1492 additions and 21586 deletions

View File

@ -9,13 +9,12 @@
"vscode": {
"settings": {
"python.analysis.diagnosticMode": "workspace",
"python.analysis.typeCheckingMode": "basic",
"ruff.organizeImports": false,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.codeActionsOnSave": {
"source.fixAll.ruff": true,
"source.organizeImports": true
"source.fixAll.ruff": "explicit",
"source.organizeImports": "explicit"
}
},
"[javascript]": {