We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b03a6 commit a4b5b32Copy full SHA for a4b5b32
1 file changed
.vscode/settings.json
@@ -46,6 +46,8 @@
46
"markdownlint.config": {
47
"MD033": false
48
},
49
+ /* Disable Ruff because it chokes on Jinja pyproject.toml templates */
50
+ "ruff.enable": false,
51
"python.analysis.autoImportCompletions": true,
52
"python.analysis.typeCheckingMode": "basic",
53
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python"
0 commit comments