mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-07 22:33:57 -05:00
dx: Set Python type checking mode to "basic" for all subprojects (#7599)
This commit is contained in:
committed by
GitHub
parent
0f0c13bae8
commit
0767b17779
4
.vscode/all-projects.code-workspace
vendored
4
.vscode/all-projects.code-workspace
vendored
@@ -33,7 +33,9 @@
|
||||
"path": ".."
|
||||
}
|
||||
],
|
||||
"settings": {},
|
||||
"settings": {
|
||||
"python.analysis.typeCheckingMode": "basic",
|
||||
},
|
||||
"extensions": {
|
||||
"recommendations": [
|
||||
"charliermarsh.ruff",
|
||||
|
||||
Reference in New Issue
Block a user