Skip to content

Commit d5159b9

Browse files
committed
Add python type checking to vscode
1 parent ecaab12 commit d5159b9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,9 @@
236236
"--max-line-length=130",
237237
],
238238
"git.ignoreLimitWarning": true,
239+
"python.analysis.typeCheckingMode": "basic",
240+
"python.analysis.diagnosticMode": "workspace",
241+
"python.analysis.exclude": [
242+
"addon/globalPlugins/MathCAT/yaml"
243+
],
239244
}

requirements.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)