We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8763525 commit 0d46428Copy full SHA for 0d46428
.vscode/settings.json
@@ -8,6 +8,6 @@
8
"--config-file=mypy.ini"
9
],
10
"mypy-type-checker.interpreter": [
11
- "${workspaceFolder}/venv/bin/python"
+ "../../.venv/bin/python"
12
]
13
}
0 commit comments