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 b74c79f commit 9b09bfeCopy full SHA for 9b09bfe
1 file changed
.devcontainer/devcontainer.json
@@ -14,6 +14,7 @@
14
"settings": {
15
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
16
"python.terminal.activateEnvironment": true,
17
+ "python.analysis.extraPaths": ["${workspaceFolder}"],
18
"python.linting.enabled": false,
19
"python.linting.flake8Enabled": false,
20
"flake8.args": ["--max-line-length=127", "--extend-ignore=E203,W503"]
0 commit comments