Skip to content

Commit 7edad8f

Browse files
committed
.vscode: specify mypy location, remove formatonsave
1 parent 4aa5380 commit 7edad8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +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,
1514
"python.linting.mypyEnabled": true,
15+
"python.linting.mypyPath": "${workspaceFolder}/.venv/bin/mypy",
1616
}

0 commit comments

Comments
 (0)