Skip to content

Commit 43fb4a0

Browse files
chore: fix deprecated ruff-lsp setting in .vscode
lint.args "--extend-ignore" -> lint.ignore https://docs.astral.sh/ruff/settings/#lint_extend-ignore
1 parent 7a92611 commit 43fb4a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.vscode/settings.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"editor.rulers": [88],
99
},
1010
"ruff.organizeImports": true,
11-
"ruff.lint.args": [
12-
"--extend-ignore=I",
13-
],
11+
"ruff.lint.ignore": ["I"],
1412
"python.languageServer": "Pylance",
1513
"python.analysis.diagnosticMode": "workspace",
1614
"python.testing.unittestEnabled": false,

0 commit comments

Comments
 (0)