"strict" type checking is too much 🙃

This commit is contained in:
Eryn Wells 2023-02-09 20:55:03 -08:00
parent 8e9b130ba7
commit aacc5d56ca

View file

@ -6,6 +6,6 @@
], ],
"settings": { "settings": {
"editor.formatOnSave": true, "editor.formatOnSave": true,
"python.analysis.typeCheckingMode": "strict" "python.analysis.typeCheckingMode": "basic"
} }
} }