Skip to content

Commit 01b1266

Browse files
committed
ruff warning
1 parent 2305d68 commit 01b1266

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.vscode/settings.template.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@
5959
},
6060
"hadolint.hadolintPath": "${workspaceFolder}/scripts/hadolint.bash",
6161
"hadolint.cliOptions": [],
62-
"ruff.lint.args": [
63-
"--config=${workspaceFolder}/.ruff.toml"
64-
],
62+
"ruff.configuration": "${workspaceFolder}/.ruff.toml",
6563
"ruff.path": [
6664
"${workspaceFolder}/.venv/bin/ruff"
6765
],

0 commit comments

Comments
 (0)