We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90043fa commit ab8e235Copy full SHA for ab8e235
.vscode/extensions.json
@@ -8,6 +8,7 @@
8
"GitHub.vscode-pull-request-github",
9
"ms-python.python",
10
"ms-python.vscode-pylance",
11
+ "ms-python.mypy-type-checker",
12
"njpwerner.autodocstring",
13
"quarto.quarto",
14
"ms-toolsai.jupyter",
.vscode/settings.json
@@ -34,4 +34,5 @@
34
"files.insertFinalNewline": true,
35
"python.testing.pytestEnabled": true,
36
"python.testing.pytestPath": "${workspaceFolder}/.venv/bin/pytest",
37
+ "mypy.runUsingActiveInterpreter": true,
38
}
0 commit comments