We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa5380 commit 7edad8fCopy full SHA for 7edad8f
1 file changed
.vscode/settings.json
@@ -11,6 +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,
15
"python.linting.mypyEnabled": true,
+ "python.linting.mypyPath": "${workspaceFolder}/.venv/bin/mypy",
16
}
0 commit comments