We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80066a commit 8a57b9fCopy full SHA for 8a57b9f
1 file changed
.vscode/settings.json
@@ -11,5 +11,6 @@
11
"python.testing.pytestPath": "${workspaceFolder}/.venv/bin/pytest",
12
"python.formatting.provider": "autopep8",
13
"python.formatting.autopep8Path": "${workspaceFolder}/.venv/bin/autopep8",
14
- "editor.formatOnSave": true
+ "editor.formatOnSave": true,
15
+ "python.linting.mypyEnabled": true,
16
}
0 commit comments