Skip to content

Commit a4b5b32

Browse files
committed
VS Code: disable Ruff
1 parent 03b03a6 commit a4b5b32

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
"markdownlint.config": {
4747
"MD033": false
4848
},
49+
/* Disable Ruff because it chokes on Jinja pyproject.toml templates */
50+
"ruff.enable": false,
4951
"python.analysis.autoImportCompletions": true,
5052
"python.analysis.typeCheckingMode": "basic",
5153
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python"

0 commit comments

Comments
 (0)