Skip to content

Commit 8a57b9f

Browse files
committed
.vscode: enable mypy
1 parent d80066a commit 8a57b9f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
"python.testing.pytestPath": "${workspaceFolder}/.venv/bin/pytest",
1212
"python.formatting.provider": "autopep8",
1313
"python.formatting.autopep8Path": "${workspaceFolder}/.venv/bin/autopep8",
14-
"editor.formatOnSave": true
14+
"editor.formatOnSave": true,
15+
"python.linting.mypyEnabled": true,
1516
}

0 commit comments

Comments
 (0)