Skip to content

Commit ab8e235

Browse files
authored
feat: ✨ add mypy to VS Code settings and extensions (#93)
# Description Matching what has been changed in Sprout. No review needed.
1 parent 90043fa commit ab8e235

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"GitHub.vscode-pull-request-github",
99
"ms-python.python",
1010
"ms-python.vscode-pylance",
11+
"ms-python.mypy-type-checker",
1112
"njpwerner.autodocstring",
1213
"quarto.quarto",
1314
"ms-toolsai.jupyter",

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@
3434
"files.insertFinalNewline": true,
3535
"python.testing.pytestEnabled": true,
3636
"python.testing.pytestPath": "${workspaceFolder}/.venv/bin/pytest",
37+
"mypy.runUsingActiveInterpreter": true,
3738
}

0 commit comments

Comments
 (0)