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 78f1d92 commit 35b7851Copy full SHA for 35b7851
.vscode/settings.template.json
@@ -1,6 +1,7 @@
1
// This is a template. Clone and replace extension ".template.json" by ".json"
2
{
3
"autoDocstring.docstringFormat": "pep257",
4
+
5
"editor.tabSize": 2,
6
"editor.insertSpaces": true,
7
"editor.detectIndentation": false,
@@ -62,7 +63,6 @@
62
63
"ruff.path": [
64
"${workspaceFolder}/.venv/bin/ruff"
65
],
- "ruff.configuration": "${workspaceFolder}/.ruff.toml",
66
"shellcheck.executablePath": "${workspaceFolder}/scripts/shellcheck.bash",
67
"shellcheck.run": "onSave",
68
"shellcheck.enableQuickFix": true
0 commit comments