main #1

Merged
sangge merged 12 commits from ccyj/mimajingsai:main into main 2023-10-14 12:55:47 +08:00
2 changed files with 8 additions and 1 deletions
Showing only changes of commit 89992080d0 - Show all commits

2
.gitignore vendored
View File

@@ -1 +1 @@
.vscode
jiangchao

7
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"python.analysis.typeCheckingMode": "basic",
"python.analysis.diagnosticSeverityOverrides": {
"reportUndefinedVariable": "none",
"reportMissingImports": "none"
}
}