Skip to content

Commit 35b7851

Browse files
committed
unnecessary
1 parent 78f1d92 commit 35b7851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// This is a template. Clone and replace extension ".template.json" by ".json"
22
{
33
"autoDocstring.docstringFormat": "pep257",
4+
45
"editor.tabSize": 2,
56
"editor.insertSpaces": true,
67
"editor.detectIndentation": false,
@@ -62,7 +63,6 @@
6263
"ruff.path": [
6364
"${workspaceFolder}/.venv/bin/ruff"
6465
],
65-
"ruff.configuration": "${workspaceFolder}/.ruff.toml",
6666
"shellcheck.executablePath": "${workspaceFolder}/scripts/shellcheck.bash",
6767
"shellcheck.run": "onSave",
6868
"shellcheck.enableQuickFix": true

0 commit comments

Comments
 (0)