Skip to content

Commit e2a1a2c

Browse files
committed
Add Ruff to output in problems tab.
1 parent 2c774de commit e2a1a2c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.vscode/settings.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@
66
"source.organizeImports.ruff": "explicit"
77
},
88
"editor.defaultFormatter": "charliermarsh.ruff"
9-
}
9+
},
10+
"ruff.enable": true,
11+
"ruff.nativeServer": true,
12+
"python.analysis.ignore": ["*"],
13+
"python.analysis.autoImportCompletions": false,
14+
"pylint.enabled": false
1015
}

0 commit comments

Comments
 (0)