Turn on type checking

This commit is contained in:
2023-01-05 22:01:27 +01:00
parent f7ec07994f
commit 5ad0e52787
2 changed files with 3 additions and 2 deletions

View File

@ -3,5 +3,6 @@
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
"python.testing.pytestEnabled": true,
"python.analysis.typeCheckingMode": "basic"
}