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 43afd74 commit 71ad53dCopy full SHA for 71ad53d
.vscode/settings.template.json
@@ -59,9 +59,7 @@
59
},
60
"hadolint.hadolintPath": "${workspaceFolder}/scripts/hadolint.bash",
61
"hadolint.cliOptions": [],
62
- "ruff.lint.args": [
63
- "--config=${workspaceFolder}/.ruff.toml"
64
- ],
+ "ruff.configuration": "${workspaceFolder}/.ruff.toml",
65
"ruff.path": [
66
"${workspaceFolder}/.venv/bin/ruff"
67
],
0 commit comments