Enable strict type checking in the workspace
This commit is contained in:
parent
d8cb6b4242
commit
175f94798b
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
}
|
||||
],
|
||||
"settings": {
|
||||
"editor.formatOnSave": true
|
||||
"editor.formatOnSave": true,
|
||||
"python.analysis.typeCheckingMode": "strict"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue